From 66593ef302010d5b6e09b17fb2b7a88f2803d455 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Tue, 6 May 2014 05:32:21 +0300 Subject: MADS: Index and document all Phantom scenes --- engines/mads/phantom/game_phantom.cpp | 12 ------------ 1 file changed, 12 deletions(-) (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 43dec7cc02..25da7771c5 100644 --- a/engines/mads/phantom/game_phantom.cpp +++ b/engines/mads/phantom/game_phantom.cpp @@ -80,9 +80,6 @@ void GamePhantom::initialiseGlobals() { /* Section #5 variables */ // TODO - /* Section #6 variables */ - // TODO - /* Section #9 variables */ // TODO @@ -112,15 +109,6 @@ void GamePhantom::setSectionHandler() { case 5: _sectionHandler = new Section5Handler(_vm); break; - case 6: - _sectionHandler = new Section6Handler(_vm); - break; - case 7: - _sectionHandler = new Section7Handler(_vm); - break; - case 8: - _sectionHandler = new Section8Handler(_vm); - break; default: break; } -- cgit v1.2.3