mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
Remove unused locals
This commit is contained in:
parent
949ef287b7
commit
7cf2328e62
1 changed files with 0 additions and 2 deletions
|
|
@ -13957,8 +13957,6 @@ void A_RolloutRock(mobj_t *actor)
|
||||||
fixed_t pi = (22*FRACUNIT/7);
|
fixed_t pi = (22*FRACUNIT/7);
|
||||||
fixed_t circumference = FixedMul(2 * pi, actor->radius);
|
fixed_t circumference = FixedMul(2 * pi, actor->radius);
|
||||||
fixed_t oldspeed = P_AproxDistance(actor->momx, actor->momy), newspeed, topspeed = actor->info->speed;
|
fixed_t oldspeed = P_AproxDistance(actor->momx, actor->momy), newspeed, topspeed = actor->info->speed;
|
||||||
mobj_t *target = actor->target;
|
|
||||||
player_t *player;
|
|
||||||
boolean inwater = actor->eflags & (MFE_TOUCHWATER|MFE_UNDERWATER);
|
boolean inwater = actor->eflags & (MFE_TOUCHWATER|MFE_UNDERWATER);
|
||||||
|
|
||||||
actor->friction = FRACUNIT;
|
actor->friction = FRACUNIT;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue