mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
I'M TIRED OF YOU
This commit is contained in:
parent
1de1fec92e
commit
e6de2e73d8
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 <= starttime || player->gradingpointnum == 0)
|
||||||
{
|
{
|
||||||
if ((gametyperules & GTR_SPHERES)
|
if ((gametyperules & GTR_SPHERES)
|
||||||
|| (gametyperules & GTR_CATCHER)
|
|| (gametyperules & GTR_CATCHER)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue