mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
Fix compilation with mpeg2 disabled
svn-id: r16680
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user