summaryrefslogtreecommitdiffstats
path: root/src/core/Frontend.h
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2020-05-28 10:40:56 +0200
committereray orçunus <erayorcunus@gmail.com>2020-05-28 10:40:56 +0200
commit98fec63ca7c870d2e8afd0e6649fe9cec7459213 (patch)
tree9f6e694fc0fc1fdefc641f57d39c1ec5598ae449 /src/core/Frontend.h
parentFrontend customization functions, freecam toggle, minor things (diff)
parentMerge pull request #599 from Nick007J/master (diff)
downloadre3-98fec63ca7c870d2e8afd0e6649fe9cec7459213.tar
re3-98fec63ca7c870d2e8afd0e6649fe9cec7459213.tar.gz
re3-98fec63ca7c870d2e8afd0e6649fe9cec7459213.tar.bz2
re3-98fec63ca7c870d2e8afd0e6649fe9cec7459213.tar.lz
re3-98fec63ca7c870d2e8afd0e6649fe9cec7459213.tar.xz
re3-98fec63ca7c870d2e8afd0e6649fe9cec7459213.tar.zst
re3-98fec63ca7c870d2e8afd0e6649fe9cec7459213.zip
Diffstat (limited to 'src/core/Frontend.h')
-rw-r--r--src/core/Frontend.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/core/Frontend.h b/src/core/Frontend.h
index 6f68de33..aa2b92f5 100644
--- a/src/core/Frontend.h
+++ b/src/core/Frontend.h
@@ -245,7 +245,7 @@ enum eMenuScreen
MENUPAGE_SKIN_SELECT = 54,
MENUPAGE_KEYBOARD_CONTROLS = 55,
MENUPAGE_MOUSE_CONTROLS = 56,
- MENUPAGE_57 = 57, // mission failed, wanna restart page in mobile
+ MENUPAGE_MISSION_RETRY = 57,
MENUPAGE_58 = 58,
#ifdef MENU_MAP
MENUPAGE_MAP = 59,
@@ -366,6 +366,10 @@ enum eMenuAction
MENUACTION_UNK108,
MENUACTION_UNK109,
MENUACTION_UNK110,
+ MENUACTION_UNK111,
+ MENUACTION_UNK112,
+ MENUACTION_REJECT_RETRY,
+ MENUACTION_UNK114,
#ifdef CUSTOM_FRONTEND_OPTIONS
MENUACTION_TRIGGERFUNC
#endif