aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular/nebular_scenes3.cpp
diff options
context:
space:
mode:
authorStrangerke2014-05-16 07:24:56 +0200
committerStrangerke2014-05-16 18:56:21 +0200
commitdbf2cfef5754aaf3b5fbe47860106cf5386525f8 (patch)
tree79d7f7a3929735b0eb92eaa4141764b5275348fe /engines/mads/nebular/nebular_scenes3.cpp
parent514f122847c1e6be7b9901800bd3298d47ae72bb (diff)
downloadscummvm-rg350-dbf2cfef5754aaf3b5fbe47860106cf5386525f8.tar.gz
scummvm-rg350-dbf2cfef5754aaf3b5fbe47860106cf5386525f8.tar.bz2
scummvm-rg350-dbf2cfef5754aaf3b5fbe47860106cf5386525f8.zip
MADS: Remove some optional parameters
Diffstat (limited to 'engines/mads/nebular/nebular_scenes3.cpp')
-rw-r--r--engines/mads/nebular/nebular_scenes3.cpp2
1 files changed, 1 insertions, 1 deletions
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)