From 9d6bb85ce3e42e30f1d539a5f2c7a8d7de3b15a1 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Tue, 3 Nov 2015 23:07:47 +0100 Subject: MADS: Phantom: Implement exitCatacombs --- engines/mads/phantom/game_phantom.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'engines/mads/phantom/game_phantom.h') diff --git a/engines/mads/phantom/game_phantom.h b/engines/mads/phantom/game_phantom.h index 1ba8ade815..921d7a23be 100644 --- a/engines/mads/phantom/game_phantom.h +++ b/engines/mads/phantom/game_phantom.h @@ -95,7 +95,8 @@ class GamePhantom : public Game { friend class Game; private: - Catacombs *catacombs; + Catacombs *_catacombs; + int _catacombSize; protected: GamePhantom(MADSEngine *vm); @@ -127,7 +128,7 @@ public: void enterCatacombs(int val); void initCatacombs(); void moveCatacombs(int dir) { warning("TODO: moveCataCombs"); }; - int exitCatacombs(int dir) { warning("TODO: exitCatacombs"); return -1; }; + int exitCatacombs(int dir); }; -- cgit v1.2.3