aboutsummaryrefslogtreecommitdiff
path: root/engines/mortevielle/speech.h
diff options
context:
space:
mode:
authorStrangerke2013-08-11 11:39:47 +0200
committerStrangerke2013-08-11 11:40:16 +0200
commitb749c2115b66a20fa6457a82eb1edf6f872fd6a5 (patch)
tree62691eb4b9b156dab5e0729a7d7bcbfe6e9de483 /engines/mortevielle/speech.h
parent13ddf33e78109d7f1c8433a250bee66872a787fc (diff)
downloadscummvm-rg350-b749c2115b66a20fa6457a82eb1edf6f872fd6a5.tar.gz
scummvm-rg350-b749c2115b66a20fa6457a82eb1edf6f872fd6a5.tar.bz2
scummvm-rg350-b749c2115b66a20fa6457a82eb1edf6f872fd6a5.zip
MORTEVIELLE: Move the end of "sentence" to the main loop in order to fix the display
Diffstat (limited to 'engines/mortevielle/speech.h')
-rw-r--r--engines/mortevielle/speech.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mortevielle/speech.h b/engines/mortevielle/speech.h
index 0117a61931..aa231c3536 100644
--- a/engines/mortevielle/speech.h
+++ b/engines/mortevielle/speech.h
@@ -58,7 +58,6 @@ private:
int _phonemeNumb;
SpeechQueue _queue[3];
-
public:
int _typlec;
int _ptr_oct;
@@ -67,6 +66,7 @@ public:
int _mlec;
byte *_noise5Buf;
int _noise5Size;
+ bool _buildingSentence;
SpeechManager();
~SpeechManager();