aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular/nebular_scenes5.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_scenes5.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_scenes5.cpp')
-rw-r--r--engines/mads/nebular/nebular_scenes5.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/nebular/nebular_scenes5.cpp b/engines/mads/nebular/nebular_scenes5.cpp
index 11af55b08f..168daea9a3 100644
--- a/engines/mads/nebular/nebular_scenes5.cpp
+++ b/engines/mads/nebular/nebular_scenes5.cpp
@@ -1933,7 +1933,7 @@ void Scene511::actions() {
_lineAnimationMode = 1;
_lineAnimationPosition = 1;
_lineMoving = true;
- _scene->loadAnimation(formAnimName('R', -1), 0);
+ _scene->loadAnimation(formAnimName('R', -1));
_scene->_sequences.addTimer(1, 1);
} else if (_game._trigger == 1) {
if (_lineMoving) {