mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- use the proper way to register an empty song on Blood maps without music.
This commit is contained in:
parent
3596be48bf
commit
f1e2c0c226
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue