mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 20:11:47 +00:00
No Ring Shooters before the start of the level in general, not just in Race/GTR_CIRCUIT
This commit is contained in:
parent
e7896a7118
commit
03ef0b4e75
1 changed files with 1 additions and 1 deletions
|
|
@ -639,7 +639,7 @@ static boolean AllowRingShooter(player_t *player)
|
||||||
{
|
{
|
||||||
const fixed_t minSpeed = 6 * player->mo->scale;
|
const fixed_t minSpeed = 6 * player->mo->scale;
|
||||||
|
|
||||||
if ((gametyperules & GTR_CIRCUIT) && leveltime < starttime)
|
if (/*(gametyperules & GTR_CIRCUIT) &&*/ leveltime < starttime)
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue