From 7f672039bfd73f2f0d3fce53d0cc51991c685fd3 Mon Sep 17 00:00:00 2001 From: MajorCooke Date: Wed, 2 Mar 2016 19:16:28 -0600 Subject: [PATCH] Cleanup. --- src/thingdef/thingdef_codeptr.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/thingdef/thingdef_codeptr.cpp b/src/thingdef/thingdef_codeptr.cpp index 801efa503..ad5dfb32e 100644 --- a/src/thingdef/thingdef_codeptr.cpp +++ b/src/thingdef/thingdef_codeptr.cpp @@ -3799,10 +3799,6 @@ DEFINE_ACTION_FUNCTION_PARAMS(AActor, A_CheckLOF) ang >>= ANGLETOFINESHIFT; - //pos = self->Vec2Offset( - //FixedMul(xofs, finecosine[ang]) + FixedMul(yofs, finesine[ang]), - //FixedMul(xofs, finesine[ang]) - FixedMul(yofs, finecosine[ang])); - fixedvec2 xy = self->Vec2Offset( FixedMul(offsetforward, finecosine[ang]) + FixedMul(offsetwidth, finesine[ang]), FixedMul(offsetforward, finesine[ang]) - FixedMul(offsetwidth, finecosine[ang]));