From 5bcba4498e2934d44ae3b15d047be5eff5e7afb1 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Fri, 12 Sep 2008 07:20:26 +0000 Subject: fixed timeout --- src/game/client/components/menus.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/client/components/menus.hpp') diff --git a/src/game/client/components/menus.hpp b/src/game/client/components/menus.hpp index a4f6ec99..6390ec52 100644 --- a/src/game/client/components/menus.hpp +++ b/src/game/client/components/menus.hpp @@ -60,6 +60,8 @@ class MENUS : public COMPONENT int active_page; bool menu_active; vec2 mouse_pos; + + int64 last_input; // TODO: this is a bit ugly but.. well.. yeah enum { MAX_INPUTEVENTS = 32 }; -- cgit 1.4.1