summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Game.cpp
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-03-23 21:59:48 +0100
committerAki <please@ignore.pl>2022-03-23 21:59:48 +0100
commit9f9f2456d5ee0091bf171fae3ad321f82e5f2ca4 (patch)
treefb5a264f26e4c3b07dc1c8e6260e7730b44fd343 /Stars45/Game.cpp
parent2c4aaec387ffe0eb60f92a027539195993b6408f (diff)
downloadstarshatter-9f9f2456d5ee0091bf171fae3ad321f82e5f2ca4.zip
starshatter-9f9f2456d5ee0091bf171fae3ad321f82e5f2ca4.tar.gz
starshatter-9f9f2456d5ee0091bf171fae3ad321f82e5f2ca4.tar.bz2
Moved application state internals to GameWinDX9
Diffstat (limited to 'Stars45/Game.cpp')
-rw-r--r--Stars45/Game.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/Stars45/Game.cpp b/Stars45/Game.cpp
index 7e75634..62d1e69 100644
--- a/Stars45/Game.cpp
+++ b/Stars45/Game.cpp
@@ -50,15 +50,6 @@ Game::Game()
max_frame_length = MAX_FRAME_TIME_NORMAL;
video_settings = new(__FILE__,__LINE__) VideoSettings;
-
- is_windowed = false;
- is_active = false;
- is_device_lost = false;
- is_minimized = false;
- is_maximized = false;
- ignore_size_change = false;
- is_device_initialized = false;
- is_device_restored = false;
}
else
status = TOO_MANY;
@@ -98,14 +89,6 @@ HWND Game::GetHWND()
return 0;
}
-bool Game::IsWindowed()
-{
- if (game)
- return game->is_windowed;
-
- return false;
-}
-
// +--------------------------------------------------------------------+
bool