increased buffer

svn-id: r6581
This commit is contained in:
Paweł Kołodziejski 2003-02-02 12:50:56 +00:00
parent 5ff4e98d75
commit 86cbe86b86

View File

@ -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(); }