We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fc7f66 commit 4bc67dfCopy full SHA for 4bc67df
main.c
@@ -187,7 +187,7 @@ int main(int argc, char *argv[]) {
187
}
188
189
if (snake->head->x == food.x && snake->head->y == food.y) {
190
- if (selectedMode == ARCADE || selectedMode == SCREENSAVER) {
+ if (selectedMode == AUTOPILOT || selectedMode == SCREENSAVER) {
191
stack_free(path);
192
path = NULL;
193
0 commit comments