mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
Restore music upon successful completion of old-style special stage
This commit is contained in:
parent
c85e97a05d
commit
fe750464ae
1 changed files with 1 additions and 0 deletions
|
|
@ -483,6 +483,7 @@ static inline void P_DoSpecialStageStuff(void)
|
||||||
|
|
||||||
sstimer = 0;
|
sstimer = 0;
|
||||||
P_GiveEmerald(true);
|
P_GiveEmerald(true);
|
||||||
|
P_RestoreMusic(&players[consoleplayer]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue