From e447ef04ccb5cde55c49a8d0dd62c87619048251 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Fri, 19 Dec 2008 11:41:17 +0000 Subject: fixed so that events isn't processed when scrubbing a demo --- src/game/client/gameclient.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/client/gameclient.hpp') 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; -- cgit 1.4.1