mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-03-24 03:42:23 +00:00
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:
parent
ec0c358755
commit
44e2215448
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue