Skip to content

Commit

Permalink
Merged revision(s) 21581 from trunk/OpenMPT:
Browse files Browse the repository at this point in the history
[Ref] Silence warning.
........


git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.31@21632 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
sagamusix committed Sep 19, 2024
1 parent 3c188b1 commit af981db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soundlib/Load_okt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ static void ReadOKTPattern(FileReader &chunk, PATTERNINDEX pat, CSoundFile &sndF
} else if(row < rows - 1)
{
// Retry on next row
sndFile.Patterns[pat].GetpModCommand(row + 1, chn + pairedChn[chn])->SetEffectCommand(m);
sndFile.Patterns[pat].GetpModCommand(row + 1, static_cast<CHANNELINDEX>(chn + pairedChn[chn]))->SetEffectCommand(m);
}
}
break;
Expand Down

0 comments on commit af981db

Please sign in to comment.