aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular/nebular_scenes.cpp
diff options
context:
space:
mode:
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 ff32eabfe8..ac2ab85644 100644
--- a/engines/mads/nebular/nebular_scenes.cpp
+++ b/engines/mads/nebular/nebular_scenes.cpp
@@ -119,6 +119,8 @@ SceneLogic *SceneFactory::createScene(MADSEngine *vm) {
return new Scene309(vm);
case 310:
return new Scene310(vm);
+ case 311:
+ return new Scene311(vm);
// Scene group #8
case 804: