aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/sequence.cpp
diff options
context:
space:
mode:
authorStrangerke2015-11-12 00:52:21 +0100
committerStrangerke2015-11-12 00:52:21 +0100
commit002a59c540cdb6a504fa195d38a8f2adf085f53d (patch)
tree363c63323beeec8f8b3f7efb07eca150dec037e8 /engines/mads/sequence.cpp
parent8753ee9f95ab7bdd5be8e45c092f84c0d72e5b73 (diff)
downloadscummvm-rg350-002a59c540cdb6a504fa195d38a8f2adf085f53d.tar.gz
scummvm-rg350-002a59c540cdb6a504fa195d38a8f2adf085f53d.tar.bz2
scummvm-rg350-002a59c540cdb6a504fa195d38a8f2adf085f53d.zip
MADS: Implement syncTimers, add SyncType enum, modify all the calls to syncTimers
Diffstat (limited to 'engines/mads/sequence.cpp')
-rw-r--r--engines/mads/sequence.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/sequence.cpp b/engines/mads/sequence.cpp
index 479a042a4e..50b37de7ea 100644
--- a/engines/mads/sequence.cpp
+++ b/engines/mads/sequence.cpp
@@ -569,7 +569,7 @@ void SequenceList::setSeqPlayer(int idx, bool flag) {
setScale(idx, player._currentScale);
if (flag)
- _vm->_game->syncTimers(1, idx, 2, 0);
+ _vm->_game->syncTimers(SYNC_SEQ, idx, SYNC_PLAYER, 0);
}
} // End of namespace