Skip to content

Commit

Permalink
[Fix] Fix unintended fall-through.
Browse files Browse the repository at this point in the history
git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@20634 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
sagamusix committed Apr 21, 2024
1 parent fd3cea1 commit 68ba3f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions soundlib/Snd_fx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4831,6 +4831,7 @@ void CSoundFile::ExtendedS3MCommands(CHANNELINDEX nChn, ModCommand::PARAM param)
{
ExtendedChannelEffect(chn, param, m_PlayState); break;
}
break;
// SAx: Set 64k Offset
case 0xA0: if(m_PlayState.m_flags[SONG_FIRSTTICK])
{
Expand Down

0 comments on commit 68ba3f3

Please sign in to comment.