From dbf2cfef5754aaf3b5fbe47860106cf5386525f8 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Fri, 16 May 2014 07:24:56 +0200 Subject: MADS: Remove some optional parameters --- engines/mads/nebular/nebular_scenes3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/mads/nebular/nebular_scenes3.cpp') diff --git a/engines/mads/nebular/nebular_scenes3.cpp b/engines/mads/nebular/nebular_scenes3.cpp index 81ee04ac2a..03026c17a7 100644 --- a/engines/mads/nebular/nebular_scenes3.cpp +++ b/engines/mads/nebular/nebular_scenes3.cpp @@ -3215,7 +3215,7 @@ void Scene319::step() { _nextAction1 = _nextAction2; _animFrame = 0; _scene->freeAnimation(); - _scene->loadAnimation(formAnimName('b', 0), false); + _scene->loadAnimation(formAnimName('b', 0)); if (_nextAction1 == 3) _scene->_activeAnimation->setCurrentFrame(85); else if (_nextAction1 == 1) -- cgit v1.2.3