Ticket #8096: loom-timing.diff
File loom-timing.diff, 636 bytes (added by , 22 years ago) |
---|
-
scummvm/scumm/string.cpp
diff -ur ScummVM-cvs20021017/scummvm/scumm/string.cpp ScummVM-cvs20021017+hack/scummvm/scumm/string.cpp
old new 278 278 _useTalkAnims = true; 279 279 } 280 280 281 // HACK: Most of the audio sync in Loom is handled by the "MI1 282 // timer", but some of it depends on text strings timing out at 283 // the right moment. 284 285 if (_gameId == GID_LOOM256) { 286 _defaultTalkDelay = 100; 287 _vars[VAR_CHARINC] = 5; 288 } 289 281 290 _talkDelay = _defaultTalkDelay; 282 291 283 292 if (!_keepText) {