aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/phantom/game_phantom.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/phantom/game_phantom.h')
-rw-r--r--engines/mads/phantom/game_phantom.h5
1 files changed, 3 insertions, 2 deletions
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);
};