]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - mathlib.c
pr_comp: Slightly improve commenting. Use explicit stdint types
[xonotic/darkplaces.git] / mathlib.c
index 8816dc5605cb9dbfaa0f782614c6316a05a4f606..cf9e24a8259a301c8f7706caca5bf84539c5b414 100644 (file)
--- a/mathlib.c
+++ b/mathlib.c
@@ -647,7 +647,7 @@ void AngleVectorsDuke3DFLU (const vec3_t angles, vec3_t forward, vec3_t left, ve
 }
 
 // LadyHavoc: calculates pitch/yaw/roll angles from forward and up vectors
-void AnglesFromVectors (vec3_t angles, const vec3_t forward, const vec3_t up, qboolean flippitch)
+void AnglesFromVectors (vec3_t angles, const vec3_t forward, const vec3_t up, qbool flippitch)
 {
        if (forward[0] == 0 && forward[1] == 0)
        {