mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Go back to old growth behavior
This commit is contained in:
parent
2d200c1361
commit
98f5f4bfcb
1 changed files with 1 additions and 1 deletions
|
|
@ -9865,7 +9865,7 @@ void K_KartUpdatePosition(player_t *player)
|
||||||
if (leveltime < starttime || oldposition == 0)
|
if (leveltime < starttime || oldposition == 0)
|
||||||
oldposition = position;
|
oldposition = position;
|
||||||
|
|
||||||
if (position < oldposition) // Changed places?
|
if (position != oldposition) // Changed places?
|
||||||
{
|
{
|
||||||
player->positiondelay = POS_DELAY_TIME + 4; // Position number growth
|
player->positiondelay = POS_DELAY_TIME + 4; // Position number growth
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue