[Scummvm-cvs-logs] CVS: residual walkplane.cpp,1.12,1.13
Pawel Kolodziejski
aquadran at users.sourceforge.net
Wed Jan 12 15:29:27 CET 2005
- Previous message: [Scummvm-cvs-logs] CVS: residual actor.cpp,1.42,1.43 costume.cpp,1.27,1.28 costume.h,1.13,1.14 driver_gl.cpp,1.27,1.28 driver_tinygl.cpp,1.1,1.2 driver_tinygl.h,1.1,1.2 engine.cpp,1.62,1.63 engine.h,1.21,1.22 lua.cpp,1.95,1.96 model.cpp,1.25,1.26 scene.cpp,1.37,1.38 smush.cpp,1.59,1.60 vima.cpp,1.9,1.10
- Next message: [Scummvm-cvs-logs] CVS: residual README,1.20,1.21
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/residual
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31715/residual
Modified Files:
walkplane.cpp
Log Message:
fixed some warnings
Index: walkplane.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/walkplane.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- walkplane.cpp 1 Jan 2005 10:23:16 -0000 1.12
+++ walkplane.cpp 12 Jan 2005 23:28:47 -0000 1.13
@@ -38,7 +38,7 @@
void Sector::load0(TextSplitter &ts, char *name, int id) {
char buf[256];
int i = 0;
- float height = 12345.f; // Yaz: this is in the original code...
+// float height = 12345.f; // Yaz: this is in the original code...
Vector3d tempVert;
_name = name;
- Previous message: [Scummvm-cvs-logs] CVS: residual actor.cpp,1.42,1.43 costume.cpp,1.27,1.28 costume.h,1.13,1.14 driver_gl.cpp,1.27,1.28 driver_tinygl.cpp,1.1,1.2 driver_tinygl.h,1.1,1.2 engine.cpp,1.62,1.63 engine.h,1.21,1.22 lua.cpp,1.95,1.96 model.cpp,1.25,1.26 scene.cpp,1.37,1.38 smush.cpp,1.59,1.60 vima.cpp,1.9,1.10
- Next message: [Scummvm-cvs-logs] CVS: residual README,1.20,1.21
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list