diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-10-18 10:52:26 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-10-18 10:52:26 +0000 |
| commit | 8e0e1051233b645a1909b9779192cc8952898fac (patch) | |
| tree | ce0becf6afc984d5dfc8c15d9dba22441540e078 /src/game/client/components/menus.hpp | |
| parent | 305e7fbff778776109c1f15ef2e19642bb7b1625 (diff) | |
| download | zcatch-8e0e1051233b645a1909b9779192cc8952898fac.tar.gz zcatch-8e0e1051233b645a1909b9779192cc8952898fac.zip | |
fixed problem with the UI always listening directly to the keyboard
Diffstat (limited to 'src/game/client/components/menus.hpp')
| -rw-r--r-- | src/game/client/components/menus.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/client/components/menus.hpp b/src/game/client/components/menus.hpp index 35864a1f..6332698f 100644 --- a/src/game/client/components/menus.hpp +++ b/src/game/client/components/menus.hpp @@ -95,6 +95,10 @@ class MENUS : public COMPONENT // for graphic settings bool need_restart; + // + bool escape_pressed; + bool enter_pressed; + // for call vote int callvote_selectedplayer; int callvote_selectedmap; |