mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-30 21:00:39 +00:00
Typo.
svn-id: r47230
This commit is contained in:
parent
bfed78a5db
commit
27957570bf
@ -97,7 +97,7 @@ extern byte *loadVOCFromStream(Common::ReadStream &stream, int &size, int &rate)
|
||||
AudioStream *makeVOCStream(Common::SeekableReadStream &stream, byte flags = 0, uint loopStart = 0, uint loopEnd = 0, bool takeOwnershipOfStream = false);
|
||||
|
||||
/**
|
||||
* This does not use any of the looping features from VOC files!
|
||||
* This does not use any of the looping features of VOC files!
|
||||
*/
|
||||
SeekableAudioStream *makeVOCStream(Common::SeekableReadStream &stream, byte flags, bool takeOwnershipOfStream);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user