Make G_PlatformGametype only check the gametype rules, to avoid unintended side effects

This commit is contained in:
Jaime Passos 2019-12-19 16:31:38 -03:00
parent 9b2b526eb4
commit 74a4ec6f54
1 changed files with 1 additions and 1 deletions

View File

@ -3374,7 +3374,7 @@ boolean G_RingSlingerGametype(void)
//
boolean G_PlatformGametype(void)
{
return (!G_RingSlingerGametype());
return (!(gametyperules & GTR_RINGSLINGER));
}
//