[Scummvm-cvs-logs] SF.net SVN: scummvm:[34787] scummvm/trunk/engines/sword1/animation.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Mon Oct 13 00:14:31 CEST 2008


Revision: 34787
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34787&view=rev
Author:   eriktorbjorn
Date:     2008-10-12 22:14:30 +0000 (Sun, 12 Oct 2008)

Log Message:
-----------
Increased maximum subtitle line length for SimSaw. That code really should be
made more robust some day, but until now I don't think anyone actually used it.

Modified Paths:
--------------
    scummvm/trunk/engines/sword1/animation.cpp

Modified: scummvm/trunk/engines/sword1/animation.cpp
===================================================================
--- scummvm/trunk/engines/sword1/animation.cpp	2008-10-12 22:06:31 UTC (rev 34786)
+++ scummvm/trunk/engines/sword1/animation.cpp	2008-10-12 22:14:30 UTC (rev 34787)
@@ -184,7 +184,7 @@
 	if (SwordEngine::_systemVars.showText) {
 		sprintf(fileName, "%s.txt", sequenceList[id]);
 		if (f.open(fileName)) {
-			char line[120];
+			char line[240];
 			int lineNo = 0;
 			int lastEnd = -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