aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/phantom/phantom_scenes.cpp
diff options
context:
space:
mode:
authorStrangerke2015-10-28 16:41:42 +0100
committerStrangerke2015-10-28 16:41:42 +0100
commitc21bf3cf38dd7eac0787152701f780976cf63044 (patch)
tree0719efe4c8ca0f09f14a30090a1f9aa1e52fc632 /engines/mads/phantom/phantom_scenes.cpp
parent49ef6339ee782dcd8af484853c4c10da1f7d05ba (diff)
downloadscummvm-rg350-c21bf3cf38dd7eac0787152701f780976cf63044.tar.gz
scummvm-rg350-c21bf3cf38dd7eac0787152701f780976cf63044.tar.bz2
scummvm-rg350-c21bf3cf38dd7eac0787152701f780976cf63044.zip
MADS: Phantom: Implement scene 309
Diffstat (limited to 'engines/mads/phantom/phantom_scenes.cpp')
-rw-r--r--engines/mads/phantom/phantom_scenes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/phantom/phantom_scenes.cpp b/engines/mads/phantom/phantom_scenes.cpp
index 35d7700ac0..4043a88190 100644
--- a/engines/mads/phantom/phantom_scenes.cpp
+++ b/engines/mads/phantom/phantom_scenes.cpp
@@ -113,7 +113,7 @@ SceneLogic *SceneFactory::createScene(MADSEngine *vm) {
case 308: // hidden staircase behind balcony box
return new Scene308(vm);
case 309: // lake and archway
- return new DummyScene(vm); // TODO
+ return new Scene309(vm);
case 310: // lake
return new DummyScene(vm); // TODO