mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 14:50:17 +00:00
SCUMM: Remove unnecessary space.
This commit is contained in:
parent
89ee7ec472
commit
fba0afefa5
@ -98,7 +98,7 @@ void ScummEngine::debugMessage(const byte *msg) {
|
|||||||
if (_game.id == GID_SAMNMAX)
|
if (_game.id == GID_SAMNMAX)
|
||||||
channel = VAR(VAR_V6_SOUNDMODE);
|
channel = VAR(VAR_V6_SOUNDMODE);
|
||||||
|
|
||||||
if (channel != 2)
|
if (channel != 2)
|
||||||
_sound->talkSound(a, b, 1, channel);
|
_sound->talkSound(a, b, 1, channel);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user