Braces to avoid compile error

(Not sure why I never got this until now?)
This commit is contained in:
Sally Cochenour 2020-03-21 23:11:19 -04:00
parent bda7dc9ddf
commit c75e3a025c

View file

@ -8315,7 +8315,10 @@ void P_MobjThinker(mobj_t *mobj)
if (p)
{
if (p->kartstuff[k_driftboost] > mobj->movecount)
{
; // reset animation
}
mobj->movecount = p->kartstuff[k_driftboost];
}
}