mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-16 09:42:33 +00:00
Why I should start using defines instead of magic numbers
This commit is contained in:
parent
da0c52330e
commit
735ac85ed8
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…
Reference in a new issue