Halve Garden Top speed

This is probably more correct because it would thrust 2x
speed in a straight line before.
This commit is contained in:
James R 2023-03-21 00:16:23 -07:00
parent cec2ae0533
commit f93aa07dd7

View file

@ -441,7 +441,7 @@ anchor_top (mobj_t *top)
static void
loose_think (mobj_t *top)
{
const fixed_t thrustamount = top->movefactor;
const fixed_t thrustamount = top->movefactor / 2;
const angle_t momangle = K_MomentumAngle(top);
angle_t ang = top->angle;