fixed bug with displaying the wrong level number in the game panel
authorHolger Schemel <info@artsoft.org>
Sat, 8 Sep 2018 22:07:47 +0000 (00:07 +0200)
committerHolger Schemel <info@artsoft.org>
Sat, 8 Sep 2018 22:17:02 +0000 (00:17 +0200)
commit8782186c774fb084a267151c05dc444cffab4b3d
tree392edaeb15319ebf64903f35e8487b32b338f2bf
parentf77bbb8fc772782a6d4169d22a45716e9d4d0813
fixed bug with displaying the wrong level number in the game panel

When introducing a global levelset identifier and level number (see
commit b7fe72dc), the level number to be displayed on the game panel
was updated in the main menu and for network games, but not when
selecting another level from the main menu or when automatically
playing the next level after solving a level (and skipping the main
menu before starting the next level), which results in displaying the
wrong level number in the game panel in many cases.

This was fixed now by updating the level number when loading the level
from the level file (moving the function to update the level number to
be displayed from the main menu to the function to load the level).
src/files.c
src/screens.c