[Scummvm-cvs-logs] SF.net SVN: scummvm:[40127] scummvm/trunk/engines/sci/engine/kstring.cpp
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Fri Apr 24 22:09:52 CEST 2009
Revision: 40127
http://scummvm.svn.sourceforge.net/scummvm/?rev=40127&view=rev
Author: thebluegr
Date: 2009-04-24 20:09:52 +0000 (Fri, 24 Apr 2009)
Log Message:
-----------
Long messages in Eco Quest 1 are now shown correctly
Modified Paths:
--------------
scummvm/trunk/engines/sci/engine/kstring.cpp
Modified: scummvm/trunk/engines/sci/engine/kstring.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kstring.cpp 2009-04-24 19:00:55 UTC (rev 40126)
+++ scummvm/trunk/engines/sci/engine/kstring.cpp 2009-04-24 20:09:52 UTC (rev 40127)
@@ -797,7 +797,7 @@
if (state.loadRes(module) && state.getSpecific(&tuple)) {
if (buffer)
- state.getText(buffer, 100);
+ state.getText(buffer, 255);
return make_reg(0, *buffer);
} else {
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