summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/CmdDlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/CmdDlg.cpp')
-rw-r--r--StarsEx/CmdDlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/StarsEx/CmdDlg.cpp b/StarsEx/CmdDlg.cpp
index d260c6c..89f7a9e 100644
--- a/StarsEx/CmdDlg.cpp
+++ b/StarsEx/CmdDlg.cpp
@@ -175,7 +175,7 @@ CmdDlg::OnExit(AWEvent* event)
{
if (stars) {
Mouse::Show(false);
- stars->SetGameMode(Starshatter::MENU_MODE);
+ stars->SetGameMode(Game::MENU_MODE);
}
}