mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-22 14:37:42 +00:00
Make G_PlatformGametype only check the gametype rules, to avoid unintended side effects
This commit is contained in:
parent
b8671edef4
commit
f3a91afe90
1 changed files with 1 additions and 1 deletions
|
|
@ -3374,7 +3374,7 @@ boolean G_RingSlingerGametype(void)
|
|||
//
|
||||
boolean G_PlatformGametype(void)
|
||||
{
|
||||
return (!G_RingSlingerGametype());
|
||||
return (!(gametyperules & GTR_RINGSLINGER));
|
||||
}
|
||||
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue