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>2008-12-19 11:41:17 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-12-19 11:41:17 +0000
commite447ef04ccb5cde55c49a8d0dd62c87619048251 (patch)
treeef67e8f9b477108788069a0f1a9a2ff596f8439d /src/game/client/gameclient.hpp
parent5e3f7402206e269e013c050a5a0e98a579a0246e (diff)
downloadzcatch-e447ef04ccb5cde55c49a8d0dd62c87619048251.tar.gz
zcatch-e447ef04ccb5cde55c49a8d0dd62c87619048251.zip
fixed so that events isn't processed when scrubbing a demo
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 d4c8510a..e470dc09 100644
--- a/src/game/client/gameclient.hpp
+++ b/src/game/client/gameclient.hpp
@@ -23,6 +23,7 @@ class GAMECLIENT
 	STACK all;
 	STACK input;
 	
+	
 	void dispatch_input();
 	void process_events();
 	void update_local_character_pos();
@@ -34,6 +35,7 @@ class GAMECLIENT
 	static void con_kill(void *result, void *user_data);
 	
 public:
+	bool suppress_events;
 
 	// TODO: move this
 	TUNING_PARAMS tuning;