mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +00:00
Merge branch 'flagreturncomplete' into 'master'
Flag return completion (resolve #396). Closes #396 See merge request STJr/SRB2Internal!572
This commit is contained in:
commit
e8797471b2
1 changed files with 1 additions and 1 deletions
|
|
@ -4674,7 +4674,7 @@ DoneSection2:
|
||||||
}
|
}
|
||||||
|
|
||||||
case 2: // Special stage GOAL sector / Exit Sector / CTF Flag Return
|
case 2: // Special stage GOAL sector / Exit Sector / CTF Flag Return
|
||||||
if (player->bot)
|
if (player->bot || !G_PlatformGametype())
|
||||||
break;
|
break;
|
||||||
if (!(maptol & TOL_NIGHTS) && G_IsSpecialStage(gamemap) && player->nightstime > 6)
|
if (!(maptol & TOL_NIGHTS) && G_IsSpecialStage(gamemap) && player->nightstime > 6)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue