summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Stars45/Game.cpp2
-rw-r--r--Stars45/Game.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/Stars45/Game.cpp b/Stars45/Game.cpp
index 39c502e..82b20d8 100644
--- a/Stars45/Game.cpp
+++ b/Stars45/Game.cpp
@@ -55,7 +55,6 @@ Game::Game()
paused = false;
server = false;
show_mouse = false;
- base_game_time = 0;
real_time = 0;
game_time = 0;
time_comp = 1;
@@ -321,7 +320,6 @@ Game::InitInstance(HINSTANCE hInstance, int nCmdShow)
hInst = hInstance;
// initialize the game timer:
- base_game_time = 0;
QueryPerformanceFrequency(&perf_freq);
QueryPerformanceCounter(&perf_cnt1);
diff --git a/Stars45/Game.h b/Stars45/Game.h
index 4e691de..694a905 100644
--- a/Stars45/Game.h
+++ b/Stars45/Game.h
@@ -182,7 +182,6 @@ protected:
bool paused;
bool server;
bool show_mouse;
- DWORD base_game_time;
DWORD real_time;
DWORD game_time;
DWORD time_comp;