aboutsummaryrefslogtreecommitdiff
path: root/saga
diff options
context:
space:
mode:
Diffstat (limited to 'saga')
-rw-r--r--saga/actor.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/saga/actor.cpp b/saga/actor.cpp
index 100abe4de2..6eb59a13eb 100644
--- a/saga/actor.cpp
+++ b/saga/actor.cpp
@@ -243,8 +243,10 @@ void Actor::handleSpeech(int msec) {
}
}
- if (_activeSpeech.sampleResourceId != -1)
+ if (_activeSpeech.sampleResourceId != -1) {
_vm->_sndRes->playVoice(_activeSpeech.sampleResourceId);
+ _activeSpeech.sampleResourceId++;
+ }
if (_activeSpeech.actorIds[0] != 0) {
actor = getActor(_activeSpeech.actorIds[0]);