From b0c032275af712e53f6079796b876a7a56319553 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Tue, 24 Nov 2015 18:19:35 +0100 Subject: MADS: Phantom - Initialize and synchronize a couple of variables --- engines/mads/phantom/game_phantom.cpp | 2 ++ 1 file changed, 2 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 dd649d1e4a..af2102b18f 100644 --- a/engines/mads/phantom/game_phantom.cpp +++ b/engines/mads/phantom/game_phantom.cpp @@ -138,6 +138,8 @@ namespace Phantom { GamePhantom::GamePhantom(MADSEngine *vm) : Game(vm) { _surface = new MSurface(MADS_SCREEN_WIDTH, MADS_SCENE_HEIGHT); _difficulty = DIFFICULTY_HARD; + _catacombs = nullptr; + _catacombSize = -1; } void GamePhantom::startGame() { -- cgit v1.2.3