From f42c57d9a885450014cadd56a0eaf7c79eefebf4 Mon Sep 17 00:00:00 2001 From: Kahrl Date: Sun, 27 Nov 2011 05:01:38 +0200 Subject: Add IDropAction and related stuff --- 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 2e8773a77..a3d8b4743 100644 --- a/src/guiKeyChangeMenu.h +++ b/src/guiKeyChangeMenu.h @@ -45,6 +45,7 @@ enum GUI_ID_KEY_CHAT_BUTTON, GUI_ID_KEY_CMD_BUTTON, GUI_ID_KEY_SNEAK_BUTTON, + GUI_ID_KEY_DROP_BUTTON, GUI_ID_KEY_INVENTORY_BUTTON, GUI_ID_KEY_DUMP_BUTTON, GUI_ID_KEY_RANGE_BUTTON @@ -82,6 +83,7 @@ private: gui::IGUIButton *use; gui::IGUIButton *sneak; gui::IGUIButton *jump; + gui::IGUIButton *dropbtn; gui::IGUIButton *inventory; gui::IGUIButton *fly; gui::IGUIButton *fast; @@ -98,6 +100,7 @@ private: KeyPress key_use; KeyPress key_sneak; KeyPress key_jump; + KeyPress key_drop; KeyPress key_inventory; KeyPress key_fly; KeyPress key_fast; -- cgit v1.2.3