summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Game.h
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/Game.h')
-rw-r--r--Stars45/Game.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/Stars45/Game.h b/Stars45/Game.h
index aade28b..d4042ec 100644
--- a/Stars45/Game.h
+++ b/Stars45/Game.h
@@ -186,20 +186,20 @@ protected:
int exit_code;
Color screen_color;
- static bool active;
- static bool paused;
- static bool server;
- static bool show_mouse;
- static DWORD base_game_time;
- static DWORD real_time;
- static DWORD game_time;
- static DWORD time_comp;
- static DWORD frame_number;
-
- static double max_frame_length;
- static double min_frame_length;
-
- static char panicbuf[256];
+ bool active;
+ bool paused;
+ bool server;
+ bool show_mouse;
+ DWORD base_game_time;
+ DWORD real_time;
+ DWORD game_time;
+ DWORD time_comp;
+ DWORD frame_number;
+
+ double max_frame_length;
+ double min_frame_length;
+
+ char panicbuf[256];
};
// +--------------------------------------------------------------------+