Skip to content

Commit

Permalink
Issue #15 wasn't properly fixed, it is now. Fixes #15
Browse files Browse the repository at this point in the history
  • Loading branch information
mupfdev committed Apr 18, 2022
1 parent 682bb05 commit 049227f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game.c
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ int game_update(game_t *core)
{
core->nyt_final_attempt = core->attempt;
core->nyt_has_ended = SDL_TRUE;
game_save(core);
}
show_results(core);
}
Expand Down

0 comments on commit 049227f

Please sign in to comment.