aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/menu.h
diff options
context:
space:
mode:
authorEugene Sandulenko2019-07-03 17:01:00 +0200
committerEugene Sandulenko2019-09-03 17:17:09 +0200
commit74eb242b5a0606a274b38e1fdc12b9b8fb908368 (patch)
tree6a25512ffa51b285c182016f97199721f877bb81 /engines/hdb/menu.h
parent34a3e1685bef4b57f10d4acdbf568a217315fa32 (diff)
downloadscummvm-rg350-74eb242b5a0606a274b38e1fdc12b9b8fb908368.tar.gz
scummvm-rg350-74eb242b5a0606a274b38e1fdc12b9b8fb908368.tar.bz2
scummvm-rg350-74eb242b5a0606a274b38e1fdc12b9b8fb908368.zip
HDB: Unstub HDBGame::restartMap()
Diffstat (limited to 'engines/hdb/menu.h')
-rw-r--r--engines/hdb/menu.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/engines/hdb/menu.h b/engines/hdb/menu.h
index cd23b970bd..73e5a80a30 100644
--- a/engines/hdb/menu.h
+++ b/engines/hdb/menu.h
@@ -25,12 +25,21 @@
namespace HDB {
+#define STARS_MONKEYSTONE_7 0xfe257d // magic value in the config file for the unlocking of the Monkeystone secret #7
+#define STARS_MONKEYSTONE_7_FAKE 0x11887e // fake value that means it hasn't been unlocked
+#define STARS_MONKEYSTONE_14 0x3341fe // <same> for the Monkeystone #14
+#define STARS_MONKEYSTONE_14_FAKE 0x1cefd0 // fake value that means it hasn't been unlocked
+#define STARS_MONKEYSTONE_21 0x77ace3 // <same> for the Monkeystone #21
+#define STARS_MONKEYSTONE_21_FAKE 0x3548fe // fake value that means it hasn't been unlocked
+
class Menu {
public:
bool init();
void fillSavegameSlots();
+
+ int _starWarp;
};
} // End of Namespace