Skip to content

Commit

Permalink
MADS: Phantom: Implement scene 501
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Nov 4, 2015
1 parent 75ee599 commit 4682aec
Show file tree
Hide file tree
Showing 3 changed files with 596 additions and 1 deletion.
2 changes: 1 addition & 1 deletion engines/mads/phantom/phantom_scenes.cpp
Expand Up @@ -143,7 +143,7 @@ SceneLogic *SceneFactory::createScene(MADSEngine *vm) {

// Scene group #5 (Phantom's hideout)
case 501: // catacombs, outside phantom's hideout, lake and boat
return new DummyScene(vm); // TODO
return new Scene501(vm);
case 502: // push panel trap
return new DummyScene(vm); // TODO
case 504: // Phantom's hideout, church organ
Expand Down

0 comments on commit 4682aec

Please sign in to comment.