mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +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)
|
void levelTryPlayMusicOrNothing(int nEpisode, int nLevel)
|
||||||
{
|
{
|
||||||
if (!levelTryPlayMusic(nEpisode, nLevel, true))
|
if (!levelTryPlayMusic(nEpisode, nLevel, true))
|
||||||
Mus_Stop();
|
Mus_Play("", "", true);
|
||||||
}
|
}
|
||||||
|
|
||||||
class LevelsLoadSave : public LoadSave
|
class LevelsLoadSave : public LoadSave
|
||||||
|
|
Loading…
Reference in a new issue