[Scummvm-cvs-logs] CVS: residual lua.cpp,1.104,1.105

Pawel Kolodziejski aquadran at users.sourceforge.net
Fri Jan 21 09:54:23 CET 2005


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

Modified Files:
	lua.cpp 
Log Message:
fix warning

Index: lua.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/lua.cpp,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -d -r1.104 -r1.105
--- lua.cpp	16 Jan 2005 00:27:15 -0000	1.104
+++ lua.cpp	21 Jan 2005 17:53:26 -0000	1.105
@@ -646,8 +646,8 @@
 }
 
 static void SetActorConstrain() {
-	Actor *act = check_actor(1);
-	bool constrain = !lua_isnil(lua_getparam(2));
+//	Actor *act = check_actor(1);
+//	bool constrain = !lua_isnil(lua_getparam(2));
 
 	// that below should be enabled, but for now it's disabled realated to 
 	// above func SetActorFollowBoxes.





More information about the Scummvm-git-logs mailing list