summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/AwardDlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/AwardDlg.cpp')
-rw-r--r--StarsEx/AwardDlg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/StarsEx/AwardDlg.cpp b/StarsEx/AwardDlg.cpp
index bdaf4a5..90e1bb4 100644
--- a/StarsEx/AwardDlg.cpp
+++ b/StarsEx/AwardDlg.cpp
@@ -141,9 +141,9 @@ AwardDlg::OnClose(AWEvent* event)
Campaign* campaign = Campaign::GetCampaign();
if (campaign && campaign->GetCampaignId() < Campaign::SINGLE_MISSIONS)
- stars->SetGameMode(Starshatter::CMPN_MODE);
+ stars->SetGameMode(Game::CMPN_MODE);
else
- stars->SetGameMode(Starshatter::MENU_MODE);
+ stars->SetGameMode(Game::MENU_MODE);
}
else