mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
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
This commit is contained in:
parent
3f03a8d224
commit
1d458bae99
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user