summaryrefslogtreecommitdiffstats
path: root/src/core/Frontend.h
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2020-04-12 19:22:28 +0200
committereray orçunus <erayorcunus@gmail.com>2020-04-12 19:22:28 +0200
commit8b2138f7bdfb508c5ff42681013dd886a5eb1955 (patch)
treee47bc6e05193098cd9895fa940c359dca335a513 /src/core/Frontend.h
parentRevert "fix" (diff)
downloadre3-8b2138f7bdfb508c5ff42681013dd886a5eb1955.tar
re3-8b2138f7bdfb508c5ff42681013dd886a5eb1955.tar.gz
re3-8b2138f7bdfb508c5ff42681013dd886a5eb1955.tar.bz2
re3-8b2138f7bdfb508c5ff42681013dd886a5eb1955.tar.lz
re3-8b2138f7bdfb508c5ff42681013dd886a5eb1955.tar.xz
re3-8b2138f7bdfb508c5ff42681013dd886a5eb1955.tar.zst
re3-8b2138f7bdfb508c5ff42681013dd886a5eb1955.zip
Diffstat (limited to '')
-rw-r--r--src/core/Frontend.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/Frontend.h b/src/core/Frontend.h
index a1ee53f2..69851c12 100644
--- a/src/core/Frontend.h
+++ b/src/core/Frontend.h
@@ -196,7 +196,7 @@ enum eMenuScreen
MENUPAGE_NEW_GAME_RELOAD = 10,
MENUPAGE_LOAD_SLOT_CONFIRM = 11,
MENUPAGE_DELETE_SLOT_CONFIRM = 12,
- MENUPAGE_NO_MEMORY_CARD = 13,
+ MENUPAGE_NO_MEMORY_CARD = 13, // hud adjustment page in mobile
MENUPAGE_LOADING_IN_PROGRESS = 14,
MENUPAGE_DELETING_IN_PROGRESS = 15,
MENUPAGE_PS2_LOAD_FAILED = 16,
@@ -240,7 +240,7 @@ enum eMenuScreen
MENUPAGE_SKIN_SELECT = 54,
MENUPAGE_KEYBOARD_CONTROLS = 55,
MENUPAGE_MOUSE_CONTROLS = 56,
- MENUPAGE_57 = 57,
+ MENUPAGE_57 = 57, // mission failed, wanna restart page in mobile
MENUPAGE_58 = 58,
#ifdef MENU_MAP
MENUPAGE_MAP = 59,
@@ -570,6 +570,7 @@ public:
#ifdef MENU_MAP
static bool bMenuMapActive;
static bool bMapMouseShownOnce;
+ static bool bMapLoaded;
static float fMapSize;
static float fMapCenterY;
static float fMapCenterX;