mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-26 23:41:07 +00:00
Why I should start using defines instead of magic numbers
This commit is contained in:
parent
566b66af42
commit
25d98828f1
1 changed files with 1 additions and 1 deletions
|
|
@ -1255,7 +1255,7 @@ static void K_RegularVoiceTimers(player_t *player)
|
|||
if (!player)
|
||||
return;
|
||||
|
||||
player->kartstuff[k_voices] = 3*TICRATE;
|
||||
player->kartstuff[k_voices] = 4*TICRATE;
|
||||
|
||||
if (player->kartstuff[k_tauntvoices] < 4*TICRATE)
|
||||
player->kartstuff[k_tauntvoices] = 4*TICRATE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue