aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/hopkins.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-11-28 20:49:26 +1100
committerPaul Gilbert2012-11-28 20:49:26 +1100
commitef90135bb96f43b01ae8d6a8c57b901c56f23872 (patch)
treeef8889b13ce28d6e14da414a1c7acdbf5a54a798 /engines/hopkins/hopkins.h
parent0465fa37b901c812bd2dc130afd0dfc0368e0ff3 (diff)
downloadscummvm-rg350-ef90135bb96f43b01ae8d6a8c57b901c56f23872.tar.gz
scummvm-rg350-ef90135bb96f43b01ae8d6a8c57b901c56f23872.tar.bz2
scummvm-rg350-ef90135bb96f43b01ae8d6a8c57b901c56f23872.zip
HOPKINS: Bugfix for exiting game when the map screen is being shown
Diffstat (limited to 'engines/hopkins/hopkins.h')
-rw-r--r--engines/hopkins/hopkins.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/hopkins/hopkins.h b/engines/hopkins/hopkins.h
index bd071eda0c..5b5968a73f 100644
--- a/engines/hopkins/hopkins.h
+++ b/engines/hopkins/hopkins.h
@@ -97,7 +97,12 @@ private:
void BASED();
void JOUE_FIN();
void AVION();
+
+ /**
+ * Displays the map screen in the underground base.
+ */
int PWBASE();
+
void BTOCEAN();
void OCEAN_HOME();
void OCEAN(int16 a1, Common::String a2, Common::String a3, int16 a4, int16 exit1, int16 exit2, int16 exit3, int16 exit4, int16 a9);