mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Prevent unused var
This commit is contained in:
parent
eddce25c03
commit
b22426bce9
1 changed files with 2 additions and 0 deletions
|
|
@ -3582,7 +3582,9 @@ void A_AttractChase(mobj_t *actor)
|
|||
|
||||
if (actor->extravalue1 >= 21)
|
||||
{
|
||||
#if 0
|
||||
UINT8 i;
|
||||
#endif
|
||||
// Base add is 3 tics for 9,9, adds 1 tic for each point closer to the 1,1 end
|
||||
actor->target->player->kartstuff[k_ringboost] += RINGBOOSTPWR+3;
|
||||
S_StartSound(actor->target, sfx_s1b5);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue