aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game')
-rw-r--r--engines/titanic/game/maitred/maitred_legs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/maitred/maitred_legs.cpp b/engines/titanic/game/maitred/maitred_legs.cpp
index 8c0b0db5ea..30882ccc66 100644
--- a/engines/titanic/game/maitred/maitred_legs.cpp
+++ b/engines/titanic/game/maitred/maitred_legs.cpp
@@ -68,7 +68,7 @@ bool CMaitreDLegs::AnimateMaitreDMsg(CAnimateMaitreDMsg *msg) {
playRandomClip(FIGHTING_CLIPS);
if (getRandomNumber(2) != 0)
- playSound(ARCING_SOUNDS[getRandomNumber(9)],
+ playSound(ARCING_SOUNDS[getRandomNumber(8)],
40 + getRandomNumber(30));
} else {
playClip("Walk Right");