summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/LoadDlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/LoadDlg.cpp')
-rw-r--r--StarsEx/LoadDlg.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/StarsEx/LoadDlg.cpp b/StarsEx/LoadDlg.cpp
index 1138fec..61bafa7 100644
--- a/StarsEx/LoadDlg.cpp
+++ b/StarsEx/LoadDlg.cpp
@@ -56,11 +56,11 @@ LoadDlg::ExecFrame()
if (stars) {
if (title) {
- if (stars->GetGameMode() == Starshatter::CLOD_MODE ||
- stars->GetGameMode() == Starshatter::CMPN_MODE)
+ if (stars->GetGameMode() == Game::CLOD_MODE ||
+ stars->GetGameMode() == Game::CMPN_MODE)
title->SetText(ContentBundle::GetInstance()->GetText("LoadDlg.campaign"));
- else if (stars->GetGameMode() == Starshatter::MENU_MODE)
+ else if (stars->GetGameMode() == Game::MENU_MODE)
title->SetText(ContentBundle::GetInstance()->GetText("LoadDlg.tac-ref"));
else