summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/CmpSelectDlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/CmpSelectDlg.cpp')
-rw-r--r--StarsEx/CmpSelectDlg.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/StarsEx/CmpSelectDlg.cpp b/StarsEx/CmpSelectDlg.cpp
index 95f9efa..6942a60 100644
--- a/StarsEx/CmpSelectDlg.cpp
+++ b/StarsEx/CmpSelectDlg.cpp
@@ -34,6 +34,7 @@
#include "Mouse.h"
#include "ParseUtil.h"
#include "FormatUtil.h"
+#include "Game.h"
// +--------------------------------------------------------------------+
// DECLARE MAPPING FUNCTIONS:
@@ -500,7 +501,7 @@ CmpSelectDlg::OnAccept(AWEvent* event)
Clock::GetInstance()->ResetGameTime();
Mouse::Show(false);
- stars->SetGameMode(Starshatter::CLOD_MODE);
+ stars->SetGameMode(Game::CLOD_MODE);
}
void