[Scummvm-cvs-logs] CVS: residual lua.cpp,1.64,1.65

Jonathan Gray khalek at users.sourceforge.net
Fri Apr 16 05:02:37 CEST 2004


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

Modified Files:
	lua.cpp 
Log Message:
add stub for MakeTextObject key center

Index: lua.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/lua.cpp,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- lua.cpp	16 Apr 2004 11:41:38 -0000	1.64
+++ lua.cpp	16 Apr 2004 12:01:36 -0000	1.65
@@ -1006,6 +1006,8 @@
 			height = atoi(lua_getstring(lua_getresult(2)));
 		else if (strstr(key_text, "width"))
 			width = atoi(lua_getstring(lua_getresult(2)));
+		else if (strstr(key_text, "center"))
+			warning("MakeTextObject key center not implemented");
 		else
 			error("Unknown MakeTextObject key %s\n", key_text);
 	}





More information about the Scummvm-git-logs mailing list