aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/string.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/string.cpp')
-rw-r--r--engines/scumm/string.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/string.cpp b/engines/scumm/string.cpp
index e6054918fa..9ea889c02b 100644
--- a/engines/scumm/string.cpp
+++ b/engines/scumm/string.cpp
@@ -98,7 +98,7 @@ void ScummEngine::debugMessage(const byte *msg) {
if (_game.id == GID_SAMNMAX)
channel = VAR(VAR_V6_SOUNDMODE);
- if (channel != 2)
+ if (channel != 2)
_sound->talkSound(a, b, 1, channel);
}
}