[Scummvm-cvs-logs] CVS: scummvm sound.cpp,1.59,1.60
Lionel Ulmer
bbrox at users.sourceforge.net
Fri Apr 26 10:23:06 CEST 2002
Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv21946
Modified Files:
sound.cpp
Log Message:
Remove useless debug code.
Index: sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound.cpp,v
retrieving revision 1.59
retrieving revision 1.60
diff -C2 -d -r1.59 -r1.60
*** sound.cpp 26 Apr 2002 17:11:05 -0000 1.59
--- sound.cpp 26 Apr 2002 17:22:58 -0000 1.60
***************
*** 193,198 ****
int size;
- debug(1, "Starting sound %d.", offset);
-
if (!_sfxFile) {
warning("startTalkSound: SFX file is not open");
--- 193,196 ----
***************
*** 235,239 ****
fileRead((FILE *) _sfxFile, &file_byte_2, sizeof(file_byte_2));
_mouthSyncTimes[i++] = file_byte | (file_byte_2 << 8);
- debug(1, " - %d (0x%08x)", _mouthSyncTimes[i - 1], _mouthSyncTimes[i - 1]);
num--;
}
--- 233,236 ----
***************
*** 277,282 ****
IMuse *se;
int i;
-
- debug(1, " -> %d", sound);
if (sound == current_cd_sound)
--- 274,277 ----
More information about the Scummvm-git-logs
mailing list