about summary refs log tree commit diff
path: root/src/game/client/components/menus.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/components/menus.hpp')
-rw-r--r--src/game/client/components/menus.hpp4
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;