mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 12:01:47 +00:00
Opps, forgot to change this.
This commit is contained in:
parent
55c86f3e15
commit
e61549d81f
1 changed files with 1 additions and 1 deletions
|
|
@ -3929,7 +3929,7 @@ static void Command_RestartAudio_f(void)
|
||||||
I_SetDigMusicVolume(cv_digmusicvolume.value);
|
I_SetDigMusicVolume(cv_digmusicvolume.value);
|
||||||
I_SetMIDIMusicVolume(cv_midimusicvolume.value);
|
I_SetMIDIMusicVolume(cv_midimusicvolume.value);
|
||||||
if (Playing() && (!dedicated)) { // Gotta make sure the player is in a level
|
if (Playing() && (!dedicated)) { // Gotta make sure the player is in a level
|
||||||
P_RestoreMusic(&players[displayplayer]);
|
P_RestoreMusic(&players[consoleplayer]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue