[Scummvm-cvs-logs] CVS: scummvm/sword1 sound.cpp,1.19,1.20

Torbj?rn Andersson eriktorbjorn at users.sourceforge.net
Mon Dec 29 06:06:01 CET 2003


Update of /cvsroot/scummvm/scummvm/sword1
In directory sc8-pr-cvs1:/tmp/cvs-serv25509

Modified Files:
	sound.cpp 
Log Message:
Changed spaces to tabs


Index: sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/sound.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- sound.cpp	28 Dec 2003 23:24:03 -0000	1.19
+++ sound.cpp	29 Dec 2003 14:04:57 -0000	1.20
@@ -106,7 +106,7 @@
 
 bool SwordSound::amISpeaking(void) {
 	_waveVolPos++;
-    return _waveVolume[_waveVolPos - 1];
+	return _waveVolume[_waveVolPos - 1];
 }
 
 bool SwordSound::speechFinished(void) {
@@ -226,7 +226,7 @@
 		int32 average = 0;		
 		for (uint32 cnt = 0; cnt < 918; cnt++)
 			average += blkPos[cnt];
-        average /= 918;
+		average /= 918;
 		uint32 diff = 0;
 		for (uint32 cnt = 0; cnt < 918; cnt++) {
 			int16 smpDiff = *blkPos - average;





More information about the Scummvm-git-logs mailing list