aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/lol.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/lol.h')
-rw-r--r--engines/kyra/lol.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/kyra/lol.h b/engines/kyra/lol.h
index 5a82a47cdb..19904fdbb2 100644
--- a/engines/kyra/lol.h
+++ b/engines/kyra/lol.h
@@ -413,7 +413,7 @@ private:
void loadTalkFile(int index);
void snd_playVoiceFile(int track) {}
bool snd_playCharacterSpeech(int id, int8 speaker, int);
- int snd_characterSpeaking();
+ int snd_updateCharacterSpeech();
void snd_stopSpeech(bool setFlag);
void snd_playSoundEffect(int track, int volume);
void snd_processEnvironmentalSoundEffect(int soundId, int block);
@@ -440,6 +440,7 @@ private:
uint16 _envSfxQueuedBlocks[10];
int _nextSpeechId;
int _nextSpeaker;
+ Common::List<Audio::AudioStream*> _speechList;
int _curTlkFile;
int _speechFlag;