[Scummvm-cvs-logs] SF.net SVN: scummvm: [29652] scummvm/trunk/engines/saga/interface.h
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Wed Nov 28 00:10:32 CET 2007
Revision: 29652
http://scummvm.svn.sourceforge.net/scummvm/?rev=29652&view=rev
Author: thebluegr
Date: 2007-11-27 15:10:32 -0800 (Tue, 27 Nov 2007)
Log Message:
-----------
Possible fix for bug #1838622 - "IHNM: Benny can't help the boy". It seems the corresponding dialog option is too big in the Spanish version
Modified Paths:
--------------
scummvm/trunk/engines/saga/interface.h
Modified: scummvm/trunk/engines/saga/interface.h
===================================================================
--- scummvm/trunk/engines/saga/interface.h 2007-11-27 20:48:40 UTC (rev 29651)
+++ scummvm/trunk/engines/saga/interface.h 2007-11-27 23:10:32 UTC (rev 29652)
@@ -46,8 +46,8 @@
UPDATE_WHEELDOWN = 16
};
-#define CONVERSE_MAX_TEXTS 64
-#define CONVERSE_MAX_WORK_STRING 128
+#define CONVERSE_MAX_TEXTS 64
+#define CONVERSE_MAX_WORK_STRING 256
#define ITE_INVENTORY_SIZE 24
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