Skip to content

Commit

Permalink
MADS: Phantom: Implement scene 407
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Oct 31, 2015
1 parent 8968464 commit 2243a97
Show file tree
Hide file tree
Showing 3 changed files with 488 additions and 1 deletion.
2 changes: 1 addition & 1 deletion engines/mads/phantom/phantom_scenes.cpp
Expand Up @@ -128,7 +128,7 @@ SceneLogic *SceneFactory::createScene(MADSEngine *vm) {
case 406: // labyrinth room, 2 exits
return new Scene406(vm);
case 407: // catacomb room / lake
return new DummyScene(vm); // TODO
return new Scene407(vm);
case 408: // catacomb corridor
return new DummyScene(vm); // TODO
case 409: // catacomb room, door with switch panel
Expand Down

0 comments on commit 2243a97

Please sign in to comment.