diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/mods/maxtrax.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/mods/maxtrax.cpp b/sound/mods/maxtrax.cpp index 3e60536013..4d02dc7152 100644 --- a/sound/mods/maxtrax.cpp +++ b/sound/mods/maxtrax.cpp @@ -541,6 +541,7 @@ void MaxTrax::killVoice(byte num) { voice.priority = 0; voice.stopEventTime = -1; voice.dmaOff = 0; + voice.lastVolume = 0; //voice.uinqueId = 0; // "stop" voice, set period to 1, vol to 0 |