From 4b29dae0368b7b755941e17220e98218d7bae590 Mon Sep 17 00:00:00 2001 From: Sally Coolatta Date: Mon, 10 Aug 2020 17:06:12 -0400 Subject: [PATCH] Fix extra AIMINGTODY --- src/r_main.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/r_main.h b/src/r_main.h index 2de6cc641..0f8781b19 100644 --- a/src/r_main.h +++ b/src/r_main.h @@ -28,9 +28,6 @@ extern fixed_t centerxfrac, centeryfrac; extern fixed_t projection, projectiony; extern fixed_t fovtan; -// WARNING: a should be unsigned but to add with 2048, it isn't! -#define AIMINGTODY(a) FixedDiv((FINETANGENT((2048+(((INT32)a)>>ANGLETOFINESHIFT)) & FINEMASK)*160), fovtan) - extern size_t validcount, linecount, loopcount, framecount; //