about summary refs log tree commit diff
path: root/src/game/client/gameclient.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/gameclient.hpp')
-rw-r--r--src/game/client/gameclient.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/client/gameclient.hpp b/src/game/client/gameclient.hpp
index dfd642e6..beb87b8e 100644
--- a/src/game/client/gameclient.hpp
+++ b/src/game/client/gameclient.hpp
@@ -36,6 +36,8 @@ class GAMECLIENT
 	
 public:
 	bool suppress_events;
+	bool new_tick;
+	bool new_predicted_tick;
 
 	// TODO: move this
 	TUNING_PARAMS tuning;