Fix compilation with mpeg2 disabled

svn-id: r16680
This commit is contained in:
Max Horn
2005-01-28 22:10:56 +00:00
parent abd12dd1b6
commit 577b04aaad
+1 -1
View File
@@ -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);