about summary refs log tree commit diff
path: root/src/game/client/gameclient.hpp
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2009-01-11 15:51:43 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2009-01-11 15:51:43 +0000
commit46125d5ed7126276098875efcc61cd4b11bbd6d2 (patch)
treedee0ce2c56473066e2660cfca8eaeee972ce5ae3 /src/game/client/gameclient.hpp
parentfec578e084ade00d07b2e802fd86b88743d94bbf (diff)
downloadzcatch-46125d5ed7126276098875efcc61cd4b11bbd6d2.tar.gz
zcatch-46125d5ed7126276098875efcc61cd4b11bbd6d2.zip
fixed so predicted sounds and air jump effect works with demo playback
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;