fixed counting last step when using steps instead of seconds
authorHolger Schemel <info@artsoft.org>
Sat, 20 Mar 2021 10:26:55 +0000 (11:26 +0100)
committerHolger Schemel <info@artsoft.org>
Sat, 1 May 2021 13:38:01 +0000 (15:38 +0200)
commit046d26abca2f71faa6336d2c6502dc38c61fe721
treed7f6a739d08835b101e4148a8bf8a25ae63ab40b
parentef1162b39495bd80698e6e449060ba82a43ed21c
fixed counting last step when using steps instead of seconds

Before this change, the very last step was not counted anymore when
using steps instead of seconds/frames and the game already being
marked as "solved".

This change (together with the previous commit) fixes this bug.
src/game.c