aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular/nebular_scenes.cpp
diff options
context:
space:
mode:
authorStrangerke2014-03-24 01:14:16 +0100
committerStrangerke2014-03-24 01:14:16 +0100
commitc57acfb154999b3976c07d6512657c02cc4ef468 (patch)
tree8831a09b0428aacf08b7c85746fff6d0a84b36f4 /engines/mads/nebular/nebular_scenes.cpp
parent7f4dbf7d48b6db8d82d33b569c22f104fc153dd3 (diff)
downloadscummvm-rg350-c57acfb154999b3976c07d6512657c02cc4ef468.tar.gz
scummvm-rg350-c57acfb154999b3976c07d6512657c02cc4ef468.tar.bz2
scummvm-rg350-c57acfb154999b3976c07d6512657c02cc4ef468.zip
MADS: Implement scene 203
Diffstat (limited to 'engines/mads/nebular/nebular_scenes.cpp')
-rw-r--r--engines/mads/nebular/nebular_scenes.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/mads/nebular/nebular_scenes.cpp b/engines/mads/nebular/nebular_scenes.cpp
index 42a44a2b51..6f799475cb 100644
--- a/engines/mads/nebular/nebular_scenes.cpp
+++ b/engines/mads/nebular/nebular_scenes.cpp
@@ -53,6 +53,10 @@ SceneLogic *SceneFactory::createScene(MADSEngine *vm) {
// Scene group #2
case 201:
return new Scene201(vm);
+ case 202:
+ return new Scene202(vm);
+ case 203:
+ return new Scene203(vm);
// Scene group #8
case 804: