[Scummvm-cvs-logs] CVS: scummvm/sound wave.cpp,1.12,1.13
kirben
kirben at users.sourceforge.net
Sun Nov 13 01:22:01 CET 2005
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/simon debug.h,1.23,1.24 simon.cpp,1.539,1.540 simon.h,1.160,1.161 vga.cpp,1.151,1.152
- Next message: [Scummvm-cvs-logs] CVS: scummvm/simon sound.cpp,1.93,1.94
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/sound
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv853/sound
Modified Files:
wave.cpp
Log Message:
Revert as requested.
Index: wave.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/wave.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- wave.cpp 11 Nov 2005 06:43:38 -0000 1.12
+++ wave.cpp 13 Nov 2005 09:21:15 -0000 1.13
@@ -110,6 +110,7 @@
// Prepare the return values.
rate = samplesPerSec;
+ flags = 0;
if (bitsPerSample == 8) // 8 bit data is unsigned
flags |= Audio::Mixer::FLAG_UNSIGNED;
else if (bitsPerSample == 16) // 16 bit data is signed little endian
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/simon debug.h,1.23,1.24 simon.cpp,1.539,1.540 simon.h,1.160,1.161 vga.cpp,1.151,1.152
- Next message: [Scummvm-cvs-logs] CVS: scummvm/simon sound.cpp,1.93,1.94
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list