aboutsummaryrefslogtreecommitdiff
path: root/scumm/bundle.cpp
diff options
context:
space:
mode:
authorMax Horn2002-12-28 16:36:43 +0000
committerMax Horn2002-12-28 16:36:43 +0000
commit14dde6a6d56f1ea29156754ac2fb66e92bf564f7 (patch)
tree27aa4d48e6aff0eac1ac31a35bcf8d028f184154 /scumm/bundle.cpp
parent615603898fc06c6cc0290793ffd5f7a7102e153a (diff)
downloadscummvm-rg350-14dde6a6d56f1ea29156754ac2fb66e92bf564f7.tar.gz
scummvm-rg350-14dde6a6d56f1ea29156754ac2fb66e92bf564f7.tar.bz2
scummvm-rg350-14dde6a6d56f1ea29156754ac2fb66e92bf564f7.zip
typo :-)
svn-id: r6237
Diffstat (limited to 'scumm/bundle.cpp')
-rw-r--r--scumm/bundle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/bundle.cpp b/scumm/bundle.cpp
index d69a18cf6e..ea0015ffa3 100644
--- a/scumm/bundle.cpp
+++ b/scumm/bundle.cpp
@@ -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);