mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 10:51:42 +00:00
Raise squish max
This commit is contained in:
parent
1e73c842e2
commit
6457ab0a9c
1 changed files with 1 additions and 1 deletions
|
|
@ -4510,7 +4510,7 @@ void K_DriftDustHandling(mobj_t *spawner)
|
||||||
|
|
||||||
void K_Squish(mobj_t *mo)
|
void K_Squish(mobj_t *mo)
|
||||||
{
|
{
|
||||||
const fixed_t maxstretch = 2*FRACUNIT;
|
const fixed_t maxstretch = 4*FRACUNIT;
|
||||||
const fixed_t factor = 3 * mo->height / 2;
|
const fixed_t factor = 3 * mo->height / 2;
|
||||||
const fixed_t threshold = factor / 6;
|
const fixed_t threshold = factor / 6;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue