The last error

Sryder & toaster, please check for me with your compile setups, but this looks like the last warning, in both Release & Debug builds
This commit is contained in:
TehRealSalt 2018-07-08 18:05:22 -04:00
parent ec0c358755
commit 44e2215448
1 changed files with 1 additions and 1 deletions

View File

@ -6700,7 +6700,7 @@ void P_MobjThinker(mobj_t *mobj)
// Was this so hard?
if ((mobj->type == MT_GREENSHIELD && mobj->target->player->kartstuff[k_itemtype] != KITEM_ORBINAUT)
|| (mobj->type == MT_JAWZ_SHIELD && mobj->target->player->kartstuff[k_itemtype] != KITEM_JAWZ)
|| (mobj->movedir > 0 && mobj->target->player->kartstuff[k_itemamount] < mobj->movedir)
|| (mobj->movedir > 0 && ((UINT16)mobj->target->player->kartstuff[k_itemamount] < mobj->movedir))
|| (!mobj->target->player->kartstuff[k_itemheld]))
{
P_RemoveMobj(mobj);