Skip to content

Commit

Permalink
Fix music changes between areas
Browse files Browse the repository at this point in the history
  • Loading branch information
N00byKing committed Apr 10, 2022
1 parent b855310 commit ca6d6f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop_version/src/Music.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ void musicclass::pause(void)
void musicclass::haltdasmusik(void)
{
/* Just pauses music. This is intended. */
pause();
MusicTrack::Halt();
currentsong = -1;
m_doFadeInVol = false;
m_doFadeOutVol = false;
Expand Down

0 comments on commit ca6d6f1

Please sign in to comment.