mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-17 07:07:10 +00:00
typo :-)
svn-id: r6237
This commit is contained in:
parent
615603898f
commit
14dde6a6d5
@ -326,7 +326,7 @@ int32 Bundle::decompressMusicSampleByIndex(int32 index, int32 number, byte *comp
|
||||
_musicFile.seek(_bundleMusicTable[index].offset + _compMusicTable[number].offset, SEEK_SET);
|
||||
_musicFile.read(comp_input, _compMusicTable[number].size);
|
||||
|
||||
// FIXME - if _lastSon == index then i will be 0 - is the right / the desired behaviour?!?
|
||||
// FIXME - if _lastSong == index then i will be 0 - is the right / the desired behaviour?!?
|
||||
final_size =
|
||||
decompressCodec(_compMusicTable[number].codec, comp_input, comp_final, _compMusicTable[number].size, i, channels);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user