X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=mathlib.c;h=cf9e24a8259a301c8f7706caca5bf84539c5b414;hb=60951c30868f75b071a1a4b9df9d1b76fb0655d0;hp=8816dc5605cb9dbfaa0f782614c6316a05a4f606;hpb=48669036b4be979d997c27227942ed9c430277d5;p=xonotic%2Fdarkplaces.git diff --git a/mathlib.c b/mathlib.c index 8816dc56..cf9e24a8 100644 --- 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) {