mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-24 17:02:35 +00:00
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:
parent
cec2ae0533
commit
f93aa07dd7
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue