added setup option to directly play the next level after solving a level
authorHolger Schemel <info@artsoft.org>
Thu, 21 Jun 2018 06:41:31 +0000 (08:41 +0200)
committerHolger Schemel <info@artsoft.org>
Thu, 21 Jun 2018 06:47:44 +0000 (08:47 +0200)
commit9e08928735ed2195ecceb20747e705cfd3c7c5d2
tree7be9f701eb269027a04174ffc023533b8234977a
parentec7383f34bac8e493eb6c68813c1affb1149890e
added setup option to directly play the next level after solving a level

Before, the program returned to the main menu after the player solved
a level (and the high score table was displayed). From there, the next
level could be played by starting the game with the incremented level.

Now, the program automatically starts playing the next level after the
previous level was successfully solved.

This new setup option is enabled by default now, changing the previous
default behaviour of the program.
src/files.c
src/game.c
src/libgame/system.h
src/screens.c