mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-25 19:43:22 +00:00
Go back to old growth behavior
This commit is contained in:
parent
2d200c1361
commit
895a5e34e0
1 changed files with 2 additions and 4 deletions
|
|
@ -9865,10 +9865,8 @@ void K_KartUpdatePosition(player_t *player)
|
|||
if (leveltime < starttime || oldposition == 0)
|
||||
oldposition = position;
|
||||
|
||||
if (position < oldposition) // Changed places?
|
||||
{
|
||||
player->positiondelay = POS_DELAY_TIME + 4; // Position number growth
|
||||
}
|
||||
// Changed places?
|
||||
player->positiondelay = POS_DELAY_TIME + 4; // Position number growth
|
||||
|
||||
/* except in FREE PLAY */
|
||||
if (player->curshield == KSHIELD_TOP &&
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue