mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 19:01:50 +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
|
else
|
||||||
{
|
{
|
||||||
/* spend slightly less time on the first dot after wrapping */
|
player->typing_duration = 16;
|
||||||
player->typing_duration = 20;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue