mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Don't flood directionchar commands!!!
This commit is contained in:
parent
8ce189dcba
commit
80cbcbd77d
1 changed files with 1 additions and 1 deletions
|
|
@ -1261,7 +1261,7 @@ void G_BuildTiccmd(ticcmd_t *cmd, INT32 realtics, UINT8 ssplayer)
|
|||
else
|
||||
ticcmd_resetdown[forplayer] = true;
|
||||
}
|
||||
else
|
||||
else if (ticcmd_resetdown[forplayer])
|
||||
{
|
||||
ticcmd_resetdown[forplayer] = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue