From 5b34b18ca0393d3ebc50298dcb2c9aad775b4c61 Mon Sep 17 00:00:00 2001 From: Alexander Monakov Date: Sun, 6 Jun 2010 19:26:54 +0400 Subject: [PATCH] Remove commented out code --- Source/GameTick.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.2