summaryrefslogtreecommitdiffstats
path: root/src/core/MenuScreens.cpp
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/MenuScreens.cpp
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/MenuScreens.cpp')
-rw-r--r--src/core/MenuScreens.cpp10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/core/MenuScreens.cpp b/src/core/MenuScreens.cpp
index ca561af8..be914c09 100644
--- a/src/core/MenuScreens.cpp
+++ b/src/core/MenuScreens.cpp
@@ -417,11 +417,19 @@ CMenuScreen aScreens[] = {
MENUACTION_MOUSESTEER, "FET_MST", SAVESLOT_NONE, MENUPAGE_MOUSE_CONTROLS,
MENUACTION_CHANGEMENU, "FEDS_TB", SAVESLOT_NONE, MENUPAGE_NONE,
},
+ // MENUPAGE_MISSION_RETRY = 57
+#ifdef MISSION_REPLAY
- // MENUPAGE_57 = 57
+ { "M_FAIL", 1, MENUPAGE_DISABLED, MENUPAGE_DISABLED, 0, 0,
+ MENUACTION_LABEL, "FESZ_RM", SAVESLOT_NONE, MENUPAGE_NONE,
+ MENUACTION_CHANGEMENU, "FEM_YES", SAVESLOT_NONE, MENUPAGE_LOADING_IN_PROGRESS,
+ MENUACTION_REJECT_RETRY, "FEM_NO", SAVESLOT_NONE, MENUPAGE_NONE
+ },
+#else
{ "", 0, MENUPAGE_NONE, MENUPAGE_NONE, 0, 0,
// mission failed, wanna restart page in mobile
},
+#endif
// MENUPAGE_58 = 58
{ "", 0, MENUPAGE_NONE, MENUPAGE_NONE, 0, 0,