[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
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm imuse_digi.cpp,1.108,1.109
- Next message: [Scummvm-cvs-logs] CVS: scummvm/sword2 anims.cpp,1.48,1.49 maketext.cpp,1.34,1.35 resman.cpp,1.79,1.80 sound.cpp,1.36,1.37 sword2.cpp,1.94,1.95
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm imuse_digi.cpp,1.108,1.109
- Next message: [Scummvm-cvs-logs] CVS: scummvm/sword2 anims.cpp,1.48,1.49 maketext.cpp,1.34,1.35 resman.cpp,1.79,1.80 sound.cpp,1.36,1.37 sword2.cpp,1.94,1.95
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list