From: Alexander Monakov Date: Sun, 6 Jun 2010 15:26:54 +0000 (+0400) Subject: Remove commented out code X-Git-Url: https://git.jsancho.org/?a=commitdiff_plain;h=5b34b18ca0393d3ebc50298dcb2c9aad775b4c61;p=lugaru.git Remove commented out code --- diff --git a/Source/GameTick.cpp b/Source/GameTick.cpp index 0330b0e..28a5395 100644 --- a/Source/GameTick.cpp +++ b/Source/GameTick.cpp @@ -2738,7 +2738,7 @@ void Game::Tick() gameon=1; OPENAL_SetPaused(channels[stream_music3], true); } - if(Input::Button()&&!oldbutton&&(selected-7>=accountactive->getCampaignChoicesMade())){//selected>=7&&(selected-7<=campaignnumchoices)){ + if(Input::Button()&&!oldbutton&&(selected-7>=accountactive->getCampaignChoicesMade())){ fireSound(); flash();