Thumbnail

rani/games.git

Clone URL: https://git.buni.party/rani/games.git

commit 4cd0b77600fadc3932f56561879e095a6e8142dd Author: Raniconduh <clagv.randomgames@gmail.com> Date: Sat Aug 05 14:25:53 2023 +0000 fix cascading match recognition diff --git a/bejeweled/bejeweled.c b/bejeweled/bejeweled.c index b62bb8b..a1aecde 100644 --- a/bejeweled/bejeweled.c +++ b/bejeweled/bejeweled.c @@ -3786 +3787 @@ int main(void) {   }     if (r >= 3) { + nc += r;   first = invc;   makepop(rc, r);   display();