mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix extra AIMINGTODY
This commit is contained in:
parent
27f289ea6e
commit
4b29dae036
1 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue