From a38077a17e19620fd75cb9657724d7c8d9054769 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Thu, 19 Dec 2019 12:08:01 +0100 Subject: [PATCH] - clear the intermittent sound ticker when the sound gets checked. --- source/sw/src/sounds.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/sw/src/sounds.cpp b/source/sw/src/sounds.cpp index 0e86bec25..da75ec513 100644 --- a/source/sw/src/sounds.cpp +++ b/source/sw/src/sounds.cpp @@ -365,6 +365,7 @@ static void DoTimedSound(AmbientSound* amb) } RestartAmbient(amb); } + amb->curIndex; } }