diff options
Diffstat (limited to 'engines/mads/phantom/phantom_scenes.cpp')
-rw-r--r-- | engines/mads/phantom/phantom_scenes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/phantom/phantom_scenes.cpp b/engines/mads/phantom/phantom_scenes.cpp index 9c95798ad1..d903547e43 100644 --- a/engines/mads/phantom/phantom_scenes.cpp +++ b/engines/mads/phantom/phantom_scenes.cpp @@ -109,7 +109,7 @@ SceneLogic *SceneFactory::createScene(MADSEngine *vm) { case 306: // chandelier #2 return new Scene306(vm); case 307: // catwalk #3 above stage - return new DummyScene(vm); // TODO + return new Scene307(vm); case 308: // hidden staircase behind balcony box return new DummyScene(vm); // TODO case 309: // lake and archway |