diff options
Diffstat (limited to 'sword2')
-rw-r--r-- | sword2/driver/animation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/driver/animation.cpp b/sword2/driver/animation.cpp index ae1d6cc8ef..d6d58e856d 100644 --- a/sword2/driver/animation.cpp +++ b/sword2/driver/animation.cpp @@ -204,7 +204,7 @@ int32 MoviePlayer::play(const char *filename, MovieTextObject *text[], int32 lea playMPEG(filename, text, leadOut, leadOutLen); #else // No MPEG2? Use the old 'Narration Only' hack - playDummy(filename, text, leadOut); + playDummy(filename, text, leadOut, leadOutLen); #endif _vm->_mixer->stopHandle(leadInHandle); |