From c6a361c127b7f4d9b81b5ad37c2ca6ed7de317ee Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Sat, 2 Jun 2012 22:31:15 +0000 Subject: REmoving STARSHATTER_DEMO ifdefs and setting version string to 5.1.66 --- Stars45/CmpnScreen.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Stars45/CmpnScreen.cpp') diff --git a/Stars45/CmpnScreen.cpp b/Stars45/CmpnScreen.cpp index 6e20cd6..97a6930 100644 --- a/Stars45/CmpnScreen.cpp +++ b/Stars45/CmpnScreen.cpp @@ -290,15 +290,6 @@ CmpnScreen::ExecFrame() } } -#ifdef STARSHATTER_DEMO_RELEASE - if (!campaign->IsTraining()) { - Mouse::Show(false); - MusicDirector::SetMode(MusicDirector::MENU); - stars->SetGameMode(Starshatter::MENU_MODE); - return; - } -#endif - // continue on to the next available campaign: if (campaign->GetCampaignId() < Campaign::GetLastCampaignId()) { stars->StartOrResumeGame(); -- cgit v1.1