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

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


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

Log Message:
-----------
Fix glitch when entering saved game name in FF

Modified Paths:
--------------
    scummvm/trunk/engines/simon/oracle.cpp
Modified: scummvm/trunk/engines/simon/oracle.cpp
===================================================================
--- scummvm/trunk/engines/simon/oracle.cpp	2006-04-14 11:02:56 UTC (rev 21885)
+++ scummvm/trunk/engines/simon/oracle.cpp	2006-04-14 11:05:54 UTC (rev 21886)
@@ -379,7 +379,7 @@
 
 	len = 0;
 	while (name[len]) {
-		byte chr = name[len - 32];
+		byte chr = name[len];
 		window->textColumn += getFeebleFontSize(chr);
 		len++;
 	}


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