From e1fa1ed090703a5bfed1233a26c5d9c8c864b941 Mon Sep 17 00:00:00 2001 From: Lev Date: Wed, 25 Jan 2017 17:09:22 +0500 Subject: [PATCH] Warning fix. --- rehlds/engine/mathlib.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 =