diff options
-rw-r--r-- | engines/kyra/sound_towns.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/sound_towns.cpp b/engines/kyra/sound_towns.cpp index f06817a4c1..a4142603e9 100644 --- a/engines/kyra/sound_towns.cpp +++ b/engines/kyra/sound_towns.cpp @@ -2168,7 +2168,7 @@ bool TownsPC98_OpnChannel::control_fb_incOutLevelSSG(uint8 para) { return true; _totalLevel--; - if ((int8)_totalLevel < 0); + if ((int8)_totalLevel < 0) _totalLevel = 0; return true; |