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 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;