[Scummvm-cvs-logs] SF.net SVN: scummvm: [22459] residual/trunk/lua.cpp

aquadran at users.sourceforge.net aquadran at users.sourceforge.net
Sat May 13 11:15:54 CEST 2006


Revision: 22459
Author:   aquadran
Date:     2006-05-13 11:07:22 -0700 (Sat, 13 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22459&view=rev

Log Message:
-----------
corrected typo in debug msg

Modified Paths:
--------------
    residual/trunk/lua.cpp
Modified: residual/trunk/lua.cpp
===================================================================
--- residual/trunk/lua.cpp	2006-05-13 17:33:21 UTC (rev 22458)
+++ residual/trunk/lua.cpp	2006-05-13 18:07:22 UTC (rev 22459)
@@ -2256,7 +2256,7 @@
 		else if (strmatch(key_text, "fgcolor"))
 			textObject->setFGColor(check_color(2));
 		else if (strmatch(key_text, "hicolor"))
-			warning("getTextObjectParams 'hivolor'");
+			warning("getTextObjectParams 'hicolor'");
 		else if (strmatch(key_text, "disabled"))
 			textObject->setDisabled(atoi(lua_getstring(lua_getresult(2))) != 0);
 		else if (strmatch(key_text, "center"))


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list