fixed displaying invalid panel values when finishing a game
authorHolger Schemel <info@artsoft.org>
Mon, 14 Jun 2021 14:50:00 +0000 (16:50 +0200)
committerHolger Schemel <info@artsoft.org>
Mon, 14 Jun 2021 14:50:00 +0000 (16:50 +0200)
commit2c5c63c03d263bcc50c98eb049d1e07baae9f55e
tree88838c88818dec157bffb4a033c76dd1d6a6ad63
parent8d141de1d86197768ff3e1e64c30a2b5a719521a
fixed displaying invalid panel values when finishing a game

This change fixes a graphical bug that occurs when the player solves a
game by entering the exit. During that last movement, the level time
in the game panel is displayed incorrectly as zero, because the final
game values for time, score etc. are calculated not before the player
has completed the last step (while the panel values are displayed from
different variables in the last stage after winning a game).

This is a fix for commit ef1162b3.
src/game.c