From: Alexander Monakov Date: Sat, 18 Dec 2010 13:48:15 +0000 (+0300) Subject: Fix a regression that challenge screen is not shown X-Git-Url: https://git.jsancho.org/?a=commitdiff_plain;h=a52c9691a6f38777aaab5a720dee02a6f9a8bf2a;p=lugaru.git Fix a regression that challenge screen is not shown --- diff --git a/Source/GameTick.cpp b/Source/GameTick.cpp index 5670dc3..d9f821a 100644 --- a/Source/GameTick.cpp +++ b/Source/GameTick.cpp @@ -2767,7 +2767,7 @@ void Game::Tick() mainmenu=9; } } - if(mainmenu==9){ + else if(mainmenu==9){ if(Input::Button()&&!oldbutton&&selected=0&&selected<=accountactive->getProgress()){ fireSound();