[Scummvm-cvs-logs] CVS: scummvm/sword2/driver d_sound.h,1.30,1.31
Pawel Kolodziejski
aquadran at users.sourceforge.net
Sun Nov 2 02:13:08 CET 2003
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/sword2 controls.cpp,1.42,1.43
- Next message: [Scummvm-cvs-logs] CVS: scummvm/dists/msvc7 queen.vcproj,1.7,1.8 scummvm.sln,1.2,1.3 scummvm.vcproj,1.5,1.6 bs2.vcproj,1.3,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/sword2/driver
In directory sc8-pr-cvs1:/tmp/cvs-serv5878/sword2/driver
Modified Files:
d_sound.h
Log Message:
fixed warnings
Index: d_sound.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/driver/d_sound.h,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- d_sound.h 1 Nov 2003 18:12:04 -0000 1.30
+++ d_sound.h 2 Nov 2003 10:12:08 -0000 1.31
@@ -76,7 +76,7 @@
OSystem::MutexRef _mutex;
RateConverter *_converter;
- uint32 _panTable[33];
+ int32 _panTable[33];
FxHandle _fx[MAXFX];
MusicHandle _music[MAXMUS + 1];
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/sword2 controls.cpp,1.42,1.43
- Next message: [Scummvm-cvs-logs] CVS: scummvm/dists/msvc7 queen.vcproj,1.7,1.8 scummvm.sln,1.2,1.3 scummvm.vcproj,1.5,1.6 bs2.vcproj,1.3,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list