reenable power music fades for debugging
This commit is contained in:
parent
53753ef6f2
commit
a652bbddc0
1 changed files with 1 additions and 1 deletions
|
|
@ -878,7 +878,7 @@ void P_RestoreMusic(player_t *player)
|
|||
position = mapmusposition;
|
||||
|
||||
S_ChangeMusicEx(mapmusname, mapmusflags, true, position, 0,
|
||||
/*S_GetRestoreMusicFadeIn()*/ 0);
|
||||
S_GetRestoreMusicFadeIn());
|
||||
S_ClearRestoreMusicFadeInCvar();
|
||||
mapmusresume = 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue