Restore music upon successful completion of old-style special stage

This commit is contained in:
toaster 2018-06-09 21:12:56 +01:00
parent 1242180667
commit eb948cf78a
1 changed files with 1 additions and 0 deletions

View File

@ -483,6 +483,7 @@ static inline void P_DoSpecialStageStuff(void)
sstimer = 0;
P_GiveEmerald(true);
P_RestoreMusic(&players[consoleplayer]);
}
}
else