summaryrefslogtreecommitdiffhomepage
path: root/Stars45/CmpnScreen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/CmpnScreen.cpp')
-rw-r--r--Stars45/CmpnScreen.cpp9
1 files changed, 0 insertions, 9 deletions
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();