summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/Starshatter.cpp
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-04-03 22:51:15 +0200
committerAki <please@ignore.pl>2022-04-03 22:51:15 +0200
commit4cc312f90d27ea7abb010bd317188d9d08a9fd3e (patch)
tree844ae61007f22a9c561221aad814a54562972641 /StarsEx/Starshatter.cpp
parent4b8ddd088afb8f0021c6cfa1b7700e0b521b8ac5 (diff)
downloadstarshatter-4cc312f90d27ea7abb010bd317188d9d08a9fd3e.zip
starshatter-4cc312f90d27ea7abb010bd317188d9d08a9fd3e.tar.gz
starshatter-4cc312f90d27ea7abb010bd317188d9d08a9fd3e.tar.bz2
Added base game mode management to Game
Diffstat (limited to 'StarsEx/Starshatter.cpp')
-rw-r--r--StarsEx/Starshatter.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/StarsEx/Starshatter.cpp b/StarsEx/Starshatter.cpp
index 3981917..415a04b 100644
--- a/StarsEx/Starshatter.cpp
+++ b/StarsEx/Starshatter.cpp
@@ -150,7 +150,7 @@ input(0), loader(0), cam_dir(0), music_dir(0),
field_of_view(2), time_mark(0), minutes(0),
player_ship(0), net_lobby(0),
spinning(false), tactical(false), mouse_x(0), mouse_y(0),
-game_mode(MENU_MODE), mouse_input(0), head_tracker(0),
+mouse_input(0), head_tracker(0),
terminal(0), verdana(0), limerick18(0), limerick12(0),
HUDfont(0), GUIfont(0), GUI_small_font(0), title_font(0),
ocrb(0), req_change_video(0), video_changed(0),
@@ -1613,7 +1613,7 @@ Starshatter::DoGameKeys()
if (quit)
quit->ShowMenu();
else
- SetGameMode(Starshatter::PLAN_MODE);
+ SetGameMode(PLAN_MODE);
}
}
@@ -2733,7 +2733,7 @@ Starshatter::EndMission()
}
}
- SetGameMode(Starshatter::PLAN_MODE);
+ SetGameMode(PLAN_MODE);
}
Mission*