mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
Merge branch 'early-items-again' into 'master'
Fix early items being incorrectly visible when race start doesn't spincam Closes #1541 See merge request kart-krew-dev/ring-racers-internal!2592
This commit is contained in:
commit
fdd093ef92
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