mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +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)
|
boolean G_PlatformGametype(void)
|
||||||
{
|
{
|
||||||
return (!G_RingSlingerGametype());
|
return (!(gametyperules & GTR_RINGSLINGER));
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue