summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/CmpnScreen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/CmpnScreen.cpp')
-rw-r--r--StarsEx/CmpnScreen.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/StarsEx/CmpnScreen.cpp b/StarsEx/CmpnScreen.cpp
index 970eaf9..70fcf8a 100644
--- a/StarsEx/CmpnScreen.cpp
+++ b/StarsEx/CmpnScreen.cpp
@@ -41,6 +41,7 @@
#include "FontMgr.h"
#include "EventDispatch.h"
#include "DataLoader.h"
+#include "Game.h"
// +--------------------------------------------------------------------+
@@ -283,7 +284,7 @@ CmpnScreen::ExecFrame()
if (c) {
c->Load();
Campaign::SelectCampaign(c->Name());
- stars->SetGameMode(Starshatter::CLOD_MODE);
+ stars->SetGameMode(Game::CLOD_MODE);
return;
}
}
@@ -297,7 +298,7 @@ CmpnScreen::ExecFrame()
else {
Mouse::Show(false);
MusicDirector::SetMode(MusicDirector::MENU);
- stars->SetGameMode(Starshatter::MENU_MODE);
+ stars->SetGameMode(Game::MENU_MODE);
return;
}
}