[Scummvm-cvs-logs] SF.net SVN: scummvm: [21657] scummvm/trunk/engines/simon/string.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Thu Apr 6 18:50:01 CEST 2006


Revision: 21657
Author:   kirben
Date:     2006-04-06 18:48:54 -0700 (Thu, 06 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21657&view=rev

Log Message:
-----------
Ooops, cut and paste error in printScreenText()

Modified Paths:
--------------
    scummvm/trunk/engines/simon/string.cpp
Modified: scummvm/trunk/engines/simon/string.cpp
===================================================================
--- scummvm/trunk/engines/simon/string.cpp	2006-04-07 01:46:43 UTC (rev 21656)
+++ scummvm/trunk/engines/simon/string.cpp	2006-04-07 01:48:54 UTC (rev 21657)
@@ -283,7 +283,7 @@
 		o_kill_sprite_simon2(2, vgaSpriteId);
 
 	if (getGameType() == GType_FF) {
-		renderStringAmiga(1, color, width, height, convertedString);
+		renderString(1, color, width, height, convertedString);
 	} else {
 		color = color * 3 + 192;
 		if (getPlatform() == Common::kPlatformAmiga)


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