aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/phantom/game_phantom.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2014-05-06 05:32:21 +0300
committerFilippos Karapetis2014-05-06 05:32:21 +0300
commit66593ef302010d5b6e09b17fb2b7a88f2803d455 (patch)
tree80de394dc996f5cc2abe7bfe48d8dbc9ea805dfd /engines/mads/phantom/game_phantom.cpp
parentd88e165e00cc70540af05c06f4f32b1907bdcc09 (diff)
downloadscummvm-rg350-66593ef302010d5b6e09b17fb2b7a88f2803d455.tar.gz
scummvm-rg350-66593ef302010d5b6e09b17fb2b7a88f2803d455.tar.bz2
scummvm-rg350-66593ef302010d5b6e09b17fb2b7a88f2803d455.zip
MADS: Index and document all Phantom scenes
Diffstat (limited to 'engines/mads/phantom/game_phantom.cpp')
-rw-r--r--engines/mads/phantom/game_phantom.cpp12
1 files changed, 0 insertions, 12 deletions
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;
}