summaryrefslogtreecommitdiff
path: root/soundlib/modcommand.cpp
diff options
context:
space:
mode:
authorJames Cowgill <jcowgill@debian.org>2019-10-30 23:08:35 +0000
committerJames Cowgill <jcowgill@debian.org>2019-10-30 23:08:35 +0000
commit580d203514359a386479a96d1e69704e429974e7 (patch)
treee4804f71fcbbd229ab4bc63c4b53027a82b0b64b /soundlib/modcommand.cpp
parent3f8fc5dffe02081c55aa8a9fbe4ab090dd831e67 (diff)
New upstream version 0.4.10
Diffstat (limited to 'soundlib/modcommand.cpp')
-rw-r--r--soundlib/modcommand.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/soundlib/modcommand.cpp b/soundlib/modcommand.cpp
index 1c9217d..99a4fc2 100644
--- a/soundlib/modcommand.cpp
+++ b/soundlib/modcommand.cpp
@@ -308,6 +308,7 @@ void ModCommand::Convert(MODTYPE fromType, MODTYPE toType, const CSoundFile &snd
{
param = 0x0F | (std::min<PARAM>(0x0E, param & 0x0F) << 4);
}
+ break;
default:
break;