Skip to content

Commit

Permalink
Merged revision(s) 20318 from trunk/OpenMPT:
Browse files Browse the repository at this point in the history
[Fix] r20253 was incomplete, now XMPlay received some garbage subtune information because only one subtune info was populated.
........


git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.30@20320 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
sagamusix committed Mar 13, 2024
1 parent aa0a312 commit 4a8077e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libopenmpt/xmp-openmpt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -741,9 +741,6 @@ static char * build_xmplay_tags( const openmpt::module & mod, int32_t subsong =
if ( subsong >= 0 && static_cast<size_t>( subsong ) < subsong_names.size() ) {
first_subsong += subsong;
last_subsong = first_subsong + 1;
} else
{
last_subsong = first_subsong + 1;
}

for ( auto subsong_name = first_subsong; subsong_name != last_subsong; subsong_name++ ) {
Expand Down

0 comments on commit 4a8077e

Please sign in to comment.