From 967f25461bbde28dbc0247fa1c491e9d9938a5b2 Mon Sep 17 00:00:00 2001 From: Kahrl Date: Sat, 3 Dec 2011 09:01:14 +0100 Subject: Chat console, including a number of rebases and modifications. Defaults modified from original: alpha=200, key=F10 --- src/guiKeyChangeMenu.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/guiKeyChangeMenu.h') diff --git a/src/guiKeyChangeMenu.h b/src/guiKeyChangeMenu.h index a3d8b4743..9772bde3c 100644 --- a/src/guiKeyChangeMenu.h +++ b/src/guiKeyChangeMenu.h @@ -44,6 +44,7 @@ enum GUI_ID_KEY_JUMP_BUTTON, GUI_ID_KEY_CHAT_BUTTON, GUI_ID_KEY_CMD_BUTTON, + GUI_ID_KEY_CONSOLE_BUTTON, GUI_ID_KEY_SNEAK_BUTTON, GUI_ID_KEY_DROP_BUTTON, GUI_ID_KEY_INVENTORY_BUTTON, @@ -91,6 +92,7 @@ private: gui::IGUIButton *dump; gui::IGUIButton *chat; gui::IGUIButton *cmd; + gui::IGUIButton *console; s32 activeKey; KeyPress key_forward; @@ -107,6 +109,7 @@ private: KeyPress key_range; KeyPress key_chat; KeyPress key_cmd; + KeyPress key_console; KeyPress key_dump; }; -- cgit v1.2.3