Skip to content

Commit

Permalink
fix bug in controls
Browse files Browse the repository at this point in the history
  • Loading branch information
Judro committed Nov 28, 2024
1 parent afb392b commit 121e45b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/controls.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,13 @@ int cmove(GameInstance g, WINDOW *window) {
return -1;
case 'f':
flag_cell(g);
break;
case 's':
unveil_cell(g);
break;
case 'e':
g_helper_mode ^= 1;
break;
}
return 0;
}

0 comments on commit 121e45b

Please sign in to comment.