mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 07:12:03 +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_SetMIDIMusicVolume(cv_midimusicvolume.value);
|
||||
if (Playing() && (!dedicated)) { // Gotta make sure the player is in a level
|
||||
P_RestoreMusic(&players[displayplayer]);
|
||||
P_RestoreMusic(&players[consoleplayer]);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue