mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-20 19:02:34 +00:00
Merge branch 'speciallosesound' into 'master'
Fix old Special Stage failure sounds not always playing See merge request STJr/SRB2Internal!275
This commit is contained in:
commit
38ecd00ac9
1 changed files with 3 additions and 0 deletions
|
@ -4601,7 +4601,10 @@ DoneSection2:
|
|||
if (player->bot)
|
||||
break;
|
||||
if (!(maptol & TOL_NIGHTS) && G_IsSpecialStage(gamemap) && player->nightstime > 6)
|
||||
{
|
||||
player->nightstime = 6; // Just let P_Ticker take care of the rest.
|
||||
return;
|
||||
}
|
||||
|
||||
// Exit (for FOF exits; others are handled in P_PlayerThink in p_user.c)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue