Skip to content

Commit 59b8be9

Browse files
committed
fixed a problem with start of game
1 parent eb56b0a commit 59b8be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ bool step(void) {
210210
if (change_state) {
211211
gamestate = setup;
212212
cue.pow = 0;
213+
start_of_setup =! start_of_game;
213214
start_of_game = false;
214-
start_of_setup = true;
215215
}
216216
}
217217

0 commit comments

Comments
 (0)