summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/MsnDlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/MsnDlg.cpp')
-rw-r--r--StarsEx/MsnDlg.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/StarsEx/MsnDlg.cpp b/StarsEx/MsnDlg.cpp
index 4d2bfba..f332b3d 100644
--- a/StarsEx/MsnDlg.cpp
+++ b/StarsEx/MsnDlg.cpp
@@ -277,7 +277,7 @@ MsnDlg::OnCommit(AWEvent* event)
if (stars) {
Mouse::Show(false);
- stars->SetGameMode(Starshatter::LOAD_MODE);
+ stars->SetGameMode(Game::LOAD_MODE);
}
else
@@ -293,9 +293,9 @@ MsnDlg::OnCancel(AWEvent* event)
Mouse::Show(false);
if (campaign && (campaign->IsDynamic() || campaign->IsTraining()))
- stars->SetGameMode(Starshatter::CMPN_MODE);
+ stars->SetGameMode(Game::CMPN_MODE);
else
- stars->SetGameMode(Starshatter::MENU_MODE);
+ stars->SetGameMode(Game::MENU_MODE);
}
else