This commit is contained in:
Antonio Martinez 2025-05-27 16:16:44 -04:00
parent 0ae5ca3341
commit 2ba7310a10

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 <= introtime)
{
if ((gametyperules & GTR_SPHERES)
|| (gametyperules & GTR_CATCHER)