- fixed switching of subsong for already playing GME song

https://forum.zdoom.org/viewtopic.php?t=67564
This commit is contained in:
alexey.lysiuk 2020-02-22 13:12:11 +02:00
parent 9097591879
commit b071c53aa5

View file

@ -263,6 +263,7 @@ bool GMESong::StartTrack(int track, bool getcritsec)
return false;
}
CurrTrack = track;
started = true;
GetTrackInfo();
if (!m_Looping)
{