aboutsummaryrefslogtreecommitdiff
path: root/engines/saga
diff options
context:
space:
mode:
authorFilippos Karapetis2007-11-27 23:10:32 +0000
committerFilippos Karapetis2007-11-27 23:10:32 +0000
commit1d458bae991ac347f7390fffda8b17dc72830f21 (patch)
tree0341d68c4b2bd72cb1c248ff812659bde749f996 /engines/saga
parent3f03a8d22454c5db9d29e2e7eb0af3794b6a6b22 (diff)
downloadscummvm-rg350-1d458bae991ac347f7390fffda8b17dc72830f21.tar.gz
scummvm-rg350-1d458bae991ac347f7390fffda8b17dc72830f21.tar.bz2
scummvm-rg350-1d458bae991ac347f7390fffda8b17dc72830f21.zip
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
svn-id: r29652
Diffstat (limited to 'engines/saga')
-rw-r--r--engines/saga/interface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/saga/interface.h b/engines/saga/interface.h
index a8e2d5a647..1825b4118e 100644
--- a/engines/saga/interface.h
+++ b/engines/saga/interface.h
@@ -46,8 +46,8 @@ enum InterfaceUpdateFlags {
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