mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-22 16:02:29 +00:00
Fix Shrink not receiving stumble
This commit is contained in:
parent
ee7125ffdf
commit
a9634dde2f
1 changed files with 1 additions and 1 deletions
|
|
@ -3943,7 +3943,7 @@ boolean K_IsBigger(mobj_t *compare, mobj_t *other)
|
|||
return false;
|
||||
}
|
||||
|
||||
return (compare->scale > other->scale + (mapobjectscale/2));
|
||||
return (compare->scale > other->scale + (mapobjectscale / 4));
|
||||
}
|
||||
|
||||
static fixed_t K_TumbleZ(mobj_t *mo, fixed_t input)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue