- use the proper way to register an empty song on Blood maps without music.

This commit is contained in:
Christoph Oelckers 2020-03-01 12:57:23 +01:00
parent 3596be48bf
commit f1e2c0c226
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ bool levelTryPlayMusic(int nEpisode, int nLevel, bool bSetLevelSong)
void levelTryPlayMusicOrNothing(int nEpisode, int nLevel)
{
if (!levelTryPlayMusic(nEpisode, nLevel, true))
Mus_Stop();
Mus_Play("", "", true);
}
class LevelsLoadSave : public LoadSave