diff --git a/rehlds/engine/mathlib.cpp b/rehlds/engine/mathlib.cpp index 7d3ef8c..276f5db 100644 --- a/rehlds/engine/mathlib.cpp +++ b/rehlds/engine/mathlib.cpp @@ -39,7 +39,7 @@ vec3_t vec3_origin; // aligned vec4_t typedef ALIGN16 vec4_t avec4_t; -typedef ALIGN16 int aivec4_t[4]; +typedef ALIGN16 unsigned int aivec4_t[4]; // conversion multiplier const avec4_t deg2rad =