mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-10 08:44:25 +00:00
Missed sign cast
This commit is contained in:
parent
aed64a7c73
commit
06b8128013
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue