aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular/nebular_scenes.cpp
diff options
context:
space:
mode:
authorStrangerke2014-05-03 00:01:52 +0200
committerStrangerke2014-05-03 00:01:52 +0200
commitdbbd7feab727e463f4aed0e9b496aaca99efddcd (patch)
treeb23f2a5452c04279b8d53bccc2035d1aa2de31f1 /engines/mads/nebular/nebular_scenes.cpp
parente258419a3e21f274839fdd39796bb9a75652ef99 (diff)
downloadscummvm-rg350-dbbd7feab727e463f4aed0e9b496aaca99efddcd.tar.gz
scummvm-rg350-dbbd7feab727e463f4aed0e9b496aaca99efddcd.tar.bz2
scummvm-rg350-dbbd7feab727e463f4aed0e9b496aaca99efddcd.zip
MADS: Implement scene 411
Diffstat (limited to 'engines/mads/nebular/nebular_scenes.cpp')
-rw-r--r--engines/mads/nebular/nebular_scenes.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/engines/mads/nebular/nebular_scenes.cpp b/engines/mads/nebular/nebular_scenes.cpp
index a3cfe8b4ed..b48109ddb6 100644
--- a/engines/mads/nebular/nebular_scenes.cpp
+++ b/engines/mads/nebular/nebular_scenes.cpp
@@ -180,14 +180,15 @@ SceneLogic *SceneFactory::createScene(MADSEngine *vm) {
return new Scene407(vm);
case 408:
return new Scene408(vm);
- case 409:
- // TODO
case 410:
return new Scene410(vm);
case 411:
- // TODO
+ return new Scene411(vm);
case 413:
// TODO
+
+ case 409:
+ // TODO
// Fall-through for unimplemented scenes in group #4
error("Invalid scene %d called", scene._nextSceneId);