mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-03 23:42:07 +00:00
EAT SHIT
This commit is contained in:
parent
0ae5ca3341
commit
2ba7310a10
1 changed files with 1 additions and 1 deletions
|
|
@ -9783,7 +9783,7 @@ void K_KartPlayerThink(player_t *player, ticcmd_t *cmd)
|
||||||
|
|
||||||
// The precise ordering of start-of-level made me want to cut my head off,
|
// The precise ordering of start-of-level made me want to cut my head off,
|
||||||
// so let's try this instead. Whatever!
|
// so let's try this instead. Whatever!
|
||||||
if (leveltime < introtime)
|
if (leveltime <= introtime)
|
||||||
{
|
{
|
||||||
if ((gametyperules & GTR_SPHERES)
|
if ((gametyperules & GTR_SPHERES)
|
||||||
|| (gametyperules & GTR_CATCHER)
|
|| (gametyperules & GTR_CATCHER)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue