fixed bug with leaving scores screen on Android platform
authorHolger Schemel <info@artsoft.org>
Sun, 8 May 2022 21:40:37 +0000 (23:40 +0200)
committerHolger Schemel <info@artsoft.org>
Sun, 8 May 2022 21:41:16 +0000 (23:41 +0200)
commita42f3002eab95f9abd9797ed43dbf271ecd53033
tree95e17c140ed18d4ce293a8842679087f11b2218e
parent58fc601f4e35d990c69afc015ed3f1061f7f5c87
fixed bug with leaving scores screen on Android platform

This change fixes a problem that occurs on the scores screen after
playing a game on Android, where the screen is left by any user input,
but then does not reset the flag that the last screen was the playing
screen, causing all other "choose tree" style screens to also exit on
any user input (which makes it impossible to select a different level
set on the level set selection screen afterwards, for example).
src/screens.c