[Scummvm-cvs-logs] SF.net SVN: scummvm: [29006] scummvm/trunk/engines/gob/init.cpp

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Fri Sep 21 20:50:53 CEST 2007


Revision: 29006
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29006&view=rev
Author:   drmccoy
Date:     2007-09-21 11:50:53 -0700 (Fri, 21 Sep 2007)

Log Message:
-----------
Small font-related correction

Modified Paths:
--------------
    scummvm/trunk/engines/gob/init.cpp

Modified: scummvm/trunk/engines/gob/init.cpp
===================================================================
--- scummvm/trunk/engines/gob/init.cpp	2007-09-21 13:07:15 UTC (rev 29005)
+++ scummvm/trunk/engines/gob/init.cpp	2007-09-21 18:50:53 UTC (rev 29006)
@@ -125,7 +125,7 @@
 
 		infEnd = (char *) (infBuf + _vm->_dataIO->getDataSize("intro.inf"));
 
-		for (int i = 0; i < 4; i++, infPtr++) {
+		for (int i = 0; i < 8; i++, infPtr++) {
 			int j;
 
 			for (j = 0; infPtr < infEnd && *infPtr >= ' '; j++, infPtr++)


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