From c21bf3cf38dd7eac0787152701f780976cf63044 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Wed, 28 Oct 2015 16:41:42 +0100 Subject: MADS: Phantom: Implement scene 309 --- engines/mads/phantom/game_phantom.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/mads/phantom/game_phantom.cpp') 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 -- cgit v1.2.3