mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-13 22:56:28 +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 circumference = FixedMul(2 * pi, actor->radius);
|
||||
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);
|
||||
|
||||
actor->friction = FRACUNIT;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue