summaryrefslogtreecommitdiffstats
path: root/src/core/Frontend.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-05-28 10:25:14 +0200
committerGitHub <noreply@github.com>2020-05-28 10:25:14 +0200
commit9bcec542911c461d60dd80772b97f30399f3c818 (patch)
treeeb2d5037c4ec34298b06f99f36f1a29f01aec77c /src/core/Frontend.h
parentcrash fix (diff)
parentMerge remote-tracking branch 'upstream/master' (diff)
downloadre3-9bcec542911c461d60dd80772b97f30399f3c818.tar
re3-9bcec542911c461d60dd80772b97f30399f3c818.tar.gz
re3-9bcec542911c461d60dd80772b97f30399f3c818.tar.bz2
re3-9bcec542911c461d60dd80772b97f30399f3c818.tar.lz
re3-9bcec542911c461d60dd80772b97f30399f3c818.tar.xz
re3-9bcec542911c461d60dd80772b97f30399f3c818.tar.zst
re3-9bcec542911c461d60dd80772b97f30399f3c818.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 89517528..b65a60f1 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 MORE_LANGUAGES
MENUACTION_LANG_PL,
MENUACTION_LANG_RUS,