Update k_hud.h

" trackingResult_t;" on line 31 turned into just ";" because structs use a new format now.
This commit is contained in:
VelocitOni 2022-12-16 23:12:01 -05:00
parent c5372f4ce3
commit 7181e05cce

View file

@ -28,7 +28,7 @@ struct trackingResult_t
boolean onScreen;
INT32 angle, pitch;
fixed_t fov;
} trackingResult_t;
};
void K_ObjectTracking(trackingResult_t *result, vector3_t *point, boolean reverse);