aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/mt32/TVA.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2013-01-19 15:53:54 +0200
committerFilippos Karapetis2013-01-19 15:53:54 +0200
commita81ff520885533e465e6dd6ecf044b6eec1c4068 (patch)
tree78647a580c86178f4f83d332402c2f562b2b7ae0 /audio/softsynth/mt32/TVA.cpp
parent45f95cbc8b427e005daeaf9d57322dd2975a7cf9 (diff)
downloadscummvm-rg350-a81ff520885533e465e6dd6ecf044b6eec1c4068.tar.gz
scummvm-rg350-a81ff520885533e465e6dd6ecf044b6eec1c4068.tar.bz2
scummvm-rg350-a81ff520885533e465e6dd6ecf044b6eec1c4068.zip
MT32: Sync with the latest changes in munt
This syncs our code with munt commits 535bf96, 934c116, 1643d07 and 2eac585
Diffstat (limited to 'audio/softsynth/mt32/TVA.cpp')
-rw-r--r--audio/softsynth/mt32/TVA.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/softsynth/mt32/TVA.cpp b/audio/softsynth/mt32/TVA.cpp
index 7aadd64522..19a01cfc73 100644
--- a/audio/softsynth/mt32/TVA.cpp
+++ b/audio/softsynth/mt32/TVA.cpp
@@ -280,7 +280,7 @@ void TVA::nextPhase() {
}
int newTarget;
- int newIncrement = 0;
+ int newIncrement = 0; // Initialised to please compilers
int envPointIndex = phase;
if (!allLevelsZeroFromNowOn) {