From a52c9691a6f38777aaab5a720dee02a6f9a8bf2a Mon Sep 17 00:00:00 2001 From: Alexander Monakov Date: Sat, 18 Dec 2010 16:48:15 +0300 Subject: [PATCH] Fix a regression that challenge screen is not shown --- Source/GameTick.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.5