mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
parenthesism
This commit is contained in:
parent
bf047291fd
commit
223e411fa5
1 changed files with 1 additions and 1 deletions
|
|
@ -2182,7 +2182,7 @@ static void P_FlingBurst
|
||||||
mo->momy = (mo->target->momy/2) + FixedMul(FINESINE(fa>>ANGLETOFINESHIFT), ns);
|
mo->momy = (mo->target->momy/2) + FixedMul(FINESINE(fa>>ANGLETOFINESHIFT), ns);
|
||||||
|
|
||||||
ns = FixedMul(momz, player->mo->scale);
|
ns = FixedMul(momz, player->mo->scale);
|
||||||
mo->momz = (mo->target->momz/2) + ns * P_MobjFlip(mo);
|
mo->momz = (mo->target->momz/2) + ((ns) * P_MobjFlip(mo));
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Spills an injured player's rings.
|
/** Spills an injured player's rings.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue