diff options
| -rw-r--r-- | mosaic.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1523,6 +1523,8 @@ static float game_flash_length(const game_state *oldstate, static int game_status(const game_state *state) { + if (state->not_completed_clues == 0) + return +1; return 0; } |