mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-22 13:31:15 +00:00
Nevermind the part about making the first dot end sooner, might be a bird moment
This commit is contained in:
parent
46e4d5c8ee
commit
34744b03b1
1 changed files with 1 additions and 2 deletions
|
|
@ -4620,8 +4620,7 @@ void P_PlayerThink(player_t *player)
|
|||
}
|
||||
else
|
||||
{
|
||||
/* spend slightly less time on the first dot after wrapping */
|
||||
player->typing_duration = 20;
|
||||
player->typing_duration = 16;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue