Fix extra AIMINGTODY

This commit is contained in:
Sally Coolatta 2020-08-10 17:06:12 -04:00
parent 27f289ea6e
commit 4b29dae036

View file

@ -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;
//