aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/phantom/game_phantom.cpp
diff options
context:
space:
mode:
authorStrangerke2015-10-28 16:41:42 +0100
committerStrangerke2015-10-28 16:41:42 +0100
commitc21bf3cf38dd7eac0787152701f780976cf63044 (patch)
tree0719efe4c8ca0f09f14a30090a1f9aa1e52fc632 /engines/mads/phantom/game_phantom.cpp
parent49ef6339ee782dcd8af484853c4c10da1f7d05ba (diff)
downloadscummvm-rg350-c21bf3cf38dd7eac0787152701f780976cf63044.tar.gz
scummvm-rg350-c21bf3cf38dd7eac0787152701f780976cf63044.tar.bz2
scummvm-rg350-c21bf3cf38dd7eac0787152701f780976cf63044.zip
MADS: Phantom: Implement scene 309
Diffstat (limited to 'engines/mads/phantom/game_phantom.cpp')
-rw-r--r--engines/mads/phantom/game_phantom.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/mads/phantom/game_phantom.cpp b/engines/mads/phantom/game_phantom.cpp
index d1e6041f68..2462ee34b4 100644
--- a/engines/mads/phantom/game_phantom.cpp
+++ b/engines/mads/phantom/game_phantom.cpp
@@ -194,6 +194,10 @@ void GamePhantom::synchronize(Common::Serializer &s, bool phase1) {
}
}
+void GamePhantom::enterCatacombs(int val) {
+ warning("TODO: enterCatacombs");
+}
+
} // End of namespace Phantom
} // End of namespace MADS