Go back to old growth behavior

This commit is contained in:
Sally Coolatta 2022-11-17 23:09:19 -05:00
parent 2d200c1361
commit 98f5f4bfcb

View file

@ -9865,7 +9865,7 @@ void K_KartUpdatePosition(player_t *player)
if (leveltime < starttime || oldposition == 0)
oldposition = position;
if (position < oldposition) // Changed places?
if (position != oldposition) // Changed places?
{
player->positiondelay = POS_DELAY_TIME + 4; // Position number growth
}