mirror of
https://github.com/ZDoom/ZMusic.git
synced 2025-01-18 06:11:46 +00:00
- fixed switching of subsong for already playing GME song
https://forum.zdoom.org/viewtopic.php?t=67564
This commit is contained in:
parent
9097591879
commit
b071c53aa5
1 changed files with 1 additions and 0 deletions
|
@ -263,6 +263,7 @@ bool GMESong::StartTrack(int track, bool getcritsec)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
CurrTrack = track;
|
CurrTrack = track;
|
||||||
|
started = true;
|
||||||
GetTrackInfo();
|
GetTrackInfo();
|
||||||
if (!m_Looping)
|
if (!m_Looping)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue