aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular/nebular_scenes.cpp
diff options
context:
space:
mode:
authorStrangerke2014-04-27 20:06:06 +0200
committerStrangerke2014-04-27 20:06:06 +0200
commit6bac381576488e5865b852705005a94e5b814a69 (patch)
tree25a943e70dded96fda28a51af0412ef5fd005753 /engines/mads/nebular/nebular_scenes.cpp
parent2e4e0f76aae0121309b86cdbd5ece9be2764b587 (diff)
downloadscummvm-rg350-6bac381576488e5865b852705005a94e5b814a69.tar.gz
scummvm-rg350-6bac381576488e5865b852705005a94e5b814a69.tar.bz2
scummvm-rg350-6bac381576488e5865b852705005a94e5b814a69.zip
MADS: Implement scene 360
Diffstat (limited to 'engines/mads/nebular/nebular_scenes.cpp')
-rw-r--r--engines/mads/nebular/nebular_scenes.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/mads/nebular/nebular_scenes.cpp b/engines/mads/nebular/nebular_scenes.cpp
index 9ef5f05573..fe915ed700 100644
--- a/engines/mads/nebular/nebular_scenes.cpp
+++ b/engines/mads/nebular/nebular_scenes.cpp
@@ -146,6 +146,8 @@ SceneLogic *SceneFactory::createScene(MADSEngine *vm) {
return new Scene358(vm);
case 359:
return new Scene359(vm);
+ case 360:
+ return new Scene360(vm);
// Scene group #8
case 804: