- RR: Do not start the "8-track player" when a map got a dedicated music track defined.

Otherwise it may become a bit annoying.
This commit is contained in:
Christoph Oelckers 2020-02-25 21:11:19 +01:00
parent 864c3c5766
commit 9945131d3a

View file

@ -600,7 +600,7 @@ void S_PlaySpecialMusicOrNothing(unsigned int m)
void S_PlayRRMusic(int newTrack) void S_PlayRRMusic(int newTrack)
{ {
if (!RR || !mus_redbook || cd_disabled) if (!RR || !mus_redbook || cd_disabled || currentLevel->music.IsNotEmpty())
return; return;
Mus_Stop(); Mus_Stop();