mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-06 02:10:28 +00:00
increased buffer
svn-id: r6581
This commit is contained in:
parent
5ff4e98d75
commit
86cbe86b86
@ -941,7 +941,7 @@ public:
|
||||
char *_languageBuffer;
|
||||
void loadLanguageBundle();
|
||||
void translateText(byte *text, byte *trans_buff);
|
||||
byte _transText[256];
|
||||
byte _transText[500];
|
||||
|
||||
#if defined(SCUMM_LITTLE_ENDIAN)
|
||||
uint32 fileReadDword() { return _fileHandle.readUint32LE(); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user