mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-23 19:31:05 +00:00
Restore music upon successful completion of old-style special stage
This commit is contained in:
parent
1242180667
commit
eb948cf78a
1 changed files with 1 additions and 0 deletions
|
@ -483,6 +483,7 @@ static inline void P_DoSpecialStageStuff(void)
|
|||
|
||||
sstimer = 0;
|
||||
P_GiveEmerald(true);
|
||||
P_RestoreMusic(&players[consoleplayer]);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue