[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


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;





More information about the Scummvm-git-logs mailing list