summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/GameWinDX9.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/GameWinDX9.cpp')
-rw-r--r--StarsEx/GameWinDX9.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/StarsEx/GameWinDX9.cpp b/StarsEx/GameWinDX9.cpp
index 5d04c97..9a63e36 100644
--- a/StarsEx/GameWinDX9.cpp
+++ b/StarsEx/GameWinDX9.cpp
@@ -36,8 +36,10 @@ GameWinDX9::GetInstance()
GameWinDX9::GameWinDX9() :
max_tex_size {2048},
screen_color {Color::Black},
- hInst{nullptr},
- hwnd{nullptr},
+ hInst {nullptr},
+ hwnd {nullptr},
+ hmenu {nullptr},
+ window_style {0},
is_windowed {false},
is_active {false},
is_device_lost {false},