- clear the intermittent sound ticker when the sound gets checked.

This commit is contained in:
Christoph Oelckers 2019-12-19 12:08:01 +01:00
parent aa8452a4b0
commit a38077a17e

View file

@ -365,6 +365,7 @@ static void DoTimedSound(AmbientSound* amb)
}
RestartAmbient(amb);
}
amb->curIndex;
}
}