No Ring Shooters before the start of the level in general, not just in Race/GTR_CIRCUIT

This commit is contained in:
toaster 2023-04-14 20:20:00 +01:00 committed by Sally Coolatta
parent e7896a7118
commit 03ef0b4e75

View file

@ -639,7 +639,7 @@ static boolean AllowRingShooter(player_t *player)
{
const fixed_t minSpeed = 6 * player->mo->scale;
if ((gametyperules & GTR_CIRCUIT) && leveltime < starttime)
if (/*(gametyperules & GTR_CIRCUIT) &&*/ leveltime < starttime)
{
return false;
}