aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 41de10a95e..3bd42df918 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -1077,10 +1077,10 @@ protected:
char *_languageBuffer;
LangIndexNode *_languageIndex;
int _languageIndexSize;
- byte _transText[500];
+ byte _transText[512];
void loadLanguageBundle();
- const byte *translateTextAndPlaySpeech(const byte *ptr);
+ void playSpeech(const byte *ptr);
public:
void translateText(const byte *text, byte *trans_buff); // Used by class ScummDialog