- deleted two unused local variables.

This commit is contained in:
Christoph Oelckers 2022-10-12 19:01:33 +02:00
parent 98e2fecd37
commit 4ac3820511

View file

@ -6581,7 +6581,6 @@ Collision move_missile(DSWActor* actor, const DVector3& change, double ceil_dist
} }
int xchange = change.X * worldtoint, ychange = change.Y * worldtoint;
clipmove(clip_pos, &dasect, change * numtics * 0.125, actor->clipdist, ceil_dist, flor_dist, cliptype, retval, 1); clipmove(clip_pos, &dasect, change * numtics * 0.125, actor->clipdist, ceil_dist, flor_dist, cliptype, retval, 1);
actor->spr.pos.XY() = clip_pos.XY(); actor->spr.pos.XY() = clip_pos.XY();