I'M TIRED OF YOU

This commit is contained in:
Antonio Martinez 2025-05-28 15:30:25 -04:00
parent 1de1fec92e
commit e6de2e73d8

View file

@ -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,
// so let's try this instead. Whatever!
if (leveltime <= introtime)
if (leveltime <= starttime || player->gradingpointnum == 0)
{
if ((gametyperules & GTR_SPHERES)
|| (gametyperules & GTR_CATCHER)