diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/softsynth/mt32/TVA.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/softsynth/mt32/TVA.cpp b/audio/softsynth/mt32/TVA.cpp index c3be6db591..f3e3f7bbc7 100644 --- a/audio/softsynth/mt32/TVA.cpp +++ b/audio/softsynth/mt32/TVA.cpp @@ -274,7 +274,7 @@ void TVA::nextPhase() { } int newTarget; - int newIncrement; + int newIncrement = 0; int envPointIndex = phase; if (!allLevelsZeroFromNowOn) { |