summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/Game.cpp
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-04-03 10:55:28 +0200
committerAki <please@ignore.pl>2022-04-03 10:55:28 +0200
commit150bd957db8eb19b1a07643317767ff5c3007f48 (patch)
treed718ffa44f79464a505e12af9825f88e3d836f43 /StarsEx/Game.cpp
parent66709fcfaf40c73eb5f1afaf5c8107ae091d43f8 (diff)
downloadstarshatter-150bd957db8eb19b1a07643317767ff5c3007f48.zip
starshatter-150bd957db8eb19b1a07643317767ff5c3007f48.tar.gz
starshatter-150bd957db8eb19b1a07643317767ff5c3007f48.tar.bz2
Moved another part of application members from Game to WinDX9
Diffstat (limited to 'StarsEx/Game.cpp')
-rw-r--r--StarsEx/Game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/StarsEx/Game.cpp b/StarsEx/Game.cpp
index 3b480cc..f9bf31d 100644
--- a/StarsEx/Game.cpp
+++ b/StarsEx/Game.cpp
@@ -34,7 +34,7 @@ const double MAX_FRAME_TIME_NORMAL = 1.0 / 5.0;
Game::Game()
: world(0), video_factory(0), video(0), video_settings(0), soundcard(0),
screen(0), totaltime(0),
- status(Game::OK), exit_code(0), window_style(0)
+ status(Game::OK), exit_code(0)
{
Clock::Init();
if (!game) {