From 3399516c5e4c2931adf76a25944cb3e46f9934ee Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Fri, 7 Mar 2014 23:07:36 -0500 Subject: MADS: Implemented remainder of scene 804 setup code and support methods --- engines/mads/nebular/nebular_scenes8.cpp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'engines/mads/nebular') diff --git a/engines/mads/nebular/nebular_scenes8.cpp b/engines/mads/nebular/nebular_scenes8.cpp index b3997e110c..caad1e79a7 100644 --- a/engines/mads/nebular/nebular_scenes8.cpp +++ b/engines/mads/nebular/nebular_scenes8.cpp @@ -126,7 +126,14 @@ void Scene804::setup() { _scene->_sequences.setDepth(_globals._spriteIndexes[15], 8); } - // TODO: More setup + _scene->loadAnimation(Resources::formatName(804, 'r', 1, EXT_AA, "")); + + Scene8xx::enter1(); + + if (_globals[165] && !_globals[164]) { + _scene->_interface.setup(2); + _vm->_sound->command(19); + } } void Scene804::enter() { -- cgit v1.2.3