Skip to content

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
Closes #1 Closes #2
  • Loading branch information
stevenhowes committed Mar 7, 2022
1 parent eeb1a6f commit 653d71b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Binary file modified !Arcle/!RunImage,ff8
Binary file not shown.
6 changes: 4 additions & 2 deletions !Arcle/c/Arcle
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ int main(int argc, char *argv[])
{
boxcolour = 0x1EAEFC00;
usedguess[i] = 1;
i = 5;
}
}
}
Expand All @@ -387,10 +388,11 @@ int main(int argc, char *argv[])
memset (guess,'\0',sizeof(guess));
guesslength = 0;
guessnum++;
if(greens >= 5)
finished = 1;

if(guessnum >= 6)
finished = 2;
if(greens >= 5)
finished = 1;
greens = 0;
}
}
Expand Down

0 comments on commit 653d71b

Please sign in to comment.