SCUMM: Remove unnecessary space.
This commit is contained in:
parent
89ee7ec472
commit
fba0afefa5
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue