mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-25 12:05:53 +00:00
DIRECTOR: Correct spelling mistake
comming -> coming
This commit is contained in:
parent
4a85380400
commit
1eef5da741
@ -576,7 +576,7 @@ void DirectorSound::playFPlaySound(const Common::Array<Common::String> &fplayLis
|
||||
for (uint i = 0; i < fplayList.size(); i++)
|
||||
_fplayQueue.push(fplayList[i]);
|
||||
|
||||
// stop the previous sound, because new one is comming
|
||||
// stop the previous sound, because new one is coming
|
||||
if (isChannelActive(1))
|
||||
stopSound(1);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user