[Scummvm-cvs-logs] CVS: residual lua.cpp,1.96,1.97

Pawel Kolodziejski aquadran at users.sourceforge.net
Wed Jan 12 16:16:10 CET 2005


Update of /cvsroot/scummvm/residual
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10034

Modified Files:
	lua.cpp 
Log Message:
fixed more warnings

Index: lua.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/lua.cpp,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- lua.cpp	12 Jan 2005 23:26:04 -0000	1.96
+++ lua.cpp	13 Jan 2005 00:15:14 -0000	1.97
@@ -1422,7 +1422,7 @@
 }
 
 static void EngineDisplay() {
-	/*bool mode = */check_int(1) != 0;
+	/*bool mode = check_int(1) != 0;*/
 	// it enable/disable updating display
 }
 





More information about the Scummvm-git-logs mailing list