DIRECTOR: Correct spelling mistake

comming -> coming
This commit is contained in:
Hubert Maier 2022-10-27 11:33:33 +02:00 committed by Eugene Sandulenko
parent 4a85380400
commit 1eef5da741
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -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);