[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.27,1.28
Travis Howell
kirben at users.sourceforge.net
Thu Oct 24 00:25:04 CEST 2002
Update of /cvsroot/scummvm/scummvm/simon
In directory usw-pr-cvs1:/tmp/cvs-serv26077/simon
Modified Files:
simon.cpp
Log Message:
Correct comment
Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- simon.cpp 24 Oct 2002 07:16:28 -0000 1.27
+++ simon.cpp 24 Oct 2002 07:24:14 -0000 1.28
@@ -4810,7 +4810,7 @@
_mixer->playRaw(&_effects_sound, buffer, size, samples_per_sec, SoundMixer::FLAG_UNSIGNED);
} else {
/* FIXME: not properly implemented */
- /* Simon 1/2 dos talkie sfx aren't supported */
+ /* Simon 2 dos talkie sfx aren't supported */
/* Simon 2 dos sfx isn't supported */
const char *s2 = gss->wav_filename2;
_music_file = new File();
More information about the Scummvm-git-logs
mailing list