mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'specialstagecheck' into 'next'
A special stage is a special stage, even outside of coop. Closes #211 See merge request STJr/SRB2!1180
This commit is contained in:
commit
c9532c32e2
1 changed files with 1 additions and 1 deletions
|
|
@ -3518,7 +3518,7 @@ INT32 G_GetGametypeByName(const char *gametypestr)
|
|||
//
|
||||
boolean G_IsSpecialStage(INT32 mapnum)
|
||||
{
|
||||
if (gametype != GT_COOP || modeattacking == ATTACKING_RECORD)
|
||||
if (modeattacking == ATTACKING_RECORD)
|
||||
return false;
|
||||
if (mapnum >= sstage_start && mapnum <= sstage_end)
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue