fixed handling "Escape" key on high score screen
authorHolger Schemel <info@artsoft.org>
Sat, 20 Apr 2019 08:55:13 +0000 (10:55 +0200)
committerHolger Schemel <info@artsoft.org>
Sat, 20 Apr 2019 08:55:13 +0000 (10:55 +0200)
commitbb39d750f3dfc6a931aa21cd3400c80cbb600676
treea065545ed40111f6c8caf9960fb76715b05d626c
parent9141e173a82b1105ed0f60c649bfc94dbc5a26b4
fixed handling "Escape" key on high score screen

Before, pressing the "Escape" key on the high score screen after
solving a level when using the game setting "auto-play next level"
started playing the next level.

Now, only "positive" input actions (like pressing "Space" or "Enter"
or pressing a joystick button) start playing the next level, while a
"negative" input action like pressing the "Escape" key always returns
to the main menu even with this game setting activated.
src/screens.c