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

kirben at users.sourceforge.net kirben at users.sourceforge.net
Fri Apr 14 04:04:00 CEST 2006


Revision: 21885
Author:   kirben
Date:     2006-04-14 04:02:56 -0700 (Fri, 14 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21885&view=rev

Log Message:
-----------
Correct size, when clearing image in renderString() for FF

Modified Paths:
--------------
    scummvm/trunk/engines/simon/charset.cpp
Modified: scummvm/trunk/engines/simon/charset.cpp
===================================================================
--- scummvm/trunk/engines/simon/charset.cpp	2006-04-14 10:37:34 UTC (rev 21884)
+++ scummvm/trunk/engines/simon/charset.cpp	2006-04-14 11:02:56 UTC (rev 21885)
@@ -194,7 +194,7 @@
 
 	if (getGameType() == GType_FF) {
 		if (vga_sprite_id == 1)
-			count = 11025;
+			count = 45000;
 	} else {
 		count = 4000;
 		if (vga_sprite_id == 1)


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