[Scummvm-cvs-logs] CVS: scummvm/scumm/smush insane.cpp,1.15,1.16
Pawel Kolodziejski
aquadran at users.sourceforge.net
Sun Dec 14 16:59:01 CET 2003
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/dists/msvc7 scumm.vcproj,1.5,1.6
- Next message: [Scummvm-cvs-logs] CVS: scummvm/dists/msvc7 queen.vcproj,1.14,1.15 scumm.vcproj,1.6,1.7 scummvm.vcproj,1.13,1.14 simon.vcproj,1.3,1.4 sky.vcproj,1.3,1.4 sword2.vcproj,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/scumm/smush
In directory sc8-pr-cvs1:/tmp/cvs-serv32700
Modified Files:
insane.cpp
Log Message:
fixed warning
Index: insane.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/smush/insane.cpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- insane.cpp 15 Dec 2003 00:40:24 -0000 1.15
+++ insane.cpp 15 Dec 2003 00:58:45 -0000 1.16
@@ -1733,7 +1733,7 @@
}
int32 Insane::enemy7handler(int32 actor1, int32 actor2, int32 probability) {
- int32 act1damage, act2damage, act1x, act2x, retval;
+ int32 act1damage, /*act2damage,*/ act1x, act2x, retval;
int32 dist;
retval = 0;
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/dists/msvc7 scumm.vcproj,1.5,1.6
- Next message: [Scummvm-cvs-logs] CVS: scummvm/dists/msvc7 queen.vcproj,1.14,1.15 scumm.vcproj,1.6,1.7 scummvm.vcproj,1.13,1.14 simon.vcproj,1.3,1.4 sky.vcproj,1.3,1.4 sword2.vcproj,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list