aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sound_lok.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/sound_lok.cpp')
-rw-r--r--engines/kyra/sound_lok.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/sound_lok.cpp b/engines/kyra/sound_lok.cpp
index 2a8c2d96c6..1d0b334a09 100644
--- a/engines/kyra/sound_lok.cpp
+++ b/engines/kyra/sound_lok.cpp
@@ -52,7 +52,7 @@ void KyraEngine_LoK::snd_playWanderScoreViaMap(int command, int restart) {
if (command == 1) {
_sound->beginFadeOut();
} else if (command >= 35 && command <= 38) {
- snd_playSoundEffect(command-20);
+ snd_playSoundEffect(command - 20);
} else if (command >= 2) {
if (_lastMusicCommand != command)
// the original does -2 here we handle this inside _sound->playTrack()