[Scummvm-cvs-logs] CVS: scummvm/scumm bundle.cpp,1.11,1.12
Max Horn
fingolfin at users.sourceforge.net
Sat Dec 28 08:37:03 CET 2002
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv27993
Modified Files:
bundle.cpp
Log Message:
typo :-)
Index: bundle.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/bundle.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- bundle.cpp 28 Dec 2002 16:35:19 -0000 1.11
+++ bundle.cpp 28 Dec 2002 16:36:43 -0000 1.12
@@ -326,7 +326,7 @@
_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);
More information about the Scummvm-git-logs
mailing list