Missed sign cast

This commit is contained in:
mazmazz 2018-11-21 20:30:26 -05:00
parent c6bd1111e5
commit 250aab5889
1 changed files with 1 additions and 1 deletions

View File

@ -7979,7 +7979,7 @@ void P_MobjThinker(mobj_t *mobj)
|| goalpost->movefactor != mobj->z
|| goalpost->friction != mobj->height
|| flipchanged
|| goalpost->threshold != (mobj->flags & (MF_SLIDEME | MF_GRENADEBOUNCE)))
|| goalpost->threshold != (INT32)(mobj->flags & (MF_SLIDEME | MF_GRENADEBOUNCE)))
{
goalpost->destscale = sparkle->destscale = droneman->destscale = mobj->destscale;