diff --git a/sword2/driver/animation.cpp b/sword2/driver/animation.cpp index ae1d6cc8ef5..d6d58e856d2 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);