From 3e2cba4cdac011372882336a5572219aa08380f2 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Tue, 8 Apr 2014 11:20:15 +0200 Subject: MADS: Hook scene 210 in hardcoded logic --- engines/mads/nebular/nebular_scenes.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/mads') diff --git a/engines/mads/nebular/nebular_scenes.cpp b/engines/mads/nebular/nebular_scenes.cpp index 0538f1b10e..67a75c37b5 100644 --- a/engines/mads/nebular/nebular_scenes.cpp +++ b/engines/mads/nebular/nebular_scenes.cpp @@ -65,6 +65,8 @@ SceneLogic *SceneFactory::createScene(MADSEngine *vm) { return new Scene208(vm); case 209: return new Scene209(vm); + case 210: + return new Scene210(vm); // Scene group #8 case 804: -- cgit v1.2.3