summaryrefslogtreecommitdiffhomepage
path: root/Stars45/GameScreen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/GameScreen.cpp')
-rw-r--r--Stars45/GameScreen.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/Stars45/GameScreen.cpp b/Stars45/GameScreen.cpp
index a0f4238..5b89941 100644
--- a/Stars45/GameScreen.cpp
+++ b/Stars45/GameScreen.cpp
@@ -88,12 +88,12 @@ static bool mouse_active = false;
// +--------------------------------------------------------------------+
GameScreen::GameScreen()
-: screen(0), gamewin(0),
+: screen(0), gamewin(0),
navdlg(0), wep_view(0), engdlg(0), fltdlg(0),
HUDfont(0), GUIfont(0), GUI_small_font(0), title_font(0), cam_view(0),
isShown(false), disp_view(0), hud_view(0), tac_view(0), radio_view(0),
quantum_view(0), quit_view(0), ctldlg(0), joydlg(0), keydlg(0), auddlg(0),
-viddlg(0), moddlg(0), modInfoDlg(0),
+viddlg(0), moddlg(0), modInfoDlg(0),
flare1(0), flare2(0), flare3(0), flare4(0),
optdlg(0), cam_dir(0), sim(0)
{
@@ -166,7 +166,7 @@ GameScreen::Setup(Screen* s)
disp_view = DisplayView::GetInstance();
- // note: quit view must be last in chain
+ // note: quit view must be last in chain
// so it can release window surface
quit_view = new(__FILE__,__LINE__) QuitView(gamewin);
gamewin->AddView(quit_view);
@@ -665,8 +665,8 @@ GameScreen::ShowExternal()
{
if (!gamewin) return;
- if ((navdlg && navdlg->IsShown()) ||
- (engdlg && engdlg->IsShown()) ||
+ if ((navdlg && navdlg->IsShown()) ||
+ (engdlg && engdlg->IsShown()) ||
(fltdlg && fltdlg->IsShown()) ||
(auddlg && auddlg->IsShown()) ||
(viddlg && viddlg->IsShown()) ||