aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/opl/dbopl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'audio/softsynth/opl/dbopl.cpp')
-rw-r--r--audio/softsynth/opl/dbopl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/softsynth/opl/dbopl.cpp b/audio/softsynth/opl/dbopl.cpp
index 43eb40e7ba..19be94cf69 100644
--- a/audio/softsynth/opl/dbopl.cpp
+++ b/audio/softsynth/opl/dbopl.cpp
@@ -413,6 +413,7 @@ Bits Operator::TemplateVolume( ) {
return vol;
}
//In sustain phase, but not sustaining, do regular release
+ //fall through
case RELEASE:
vol += RateForward( releaseAdd );
if ( GCC_UNLIKELY(vol >= ENV_MAX) ) {