Prevent unused var

This commit is contained in:
TehRealSalt 2019-05-02 15:03:01 -04:00
parent eddce25c03
commit b22426bce9

View file

@ -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);