2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-04-16 22:32:30 +03:00

Warning fix.

This commit is contained in:
Lev 2017-01-25 17:09:22 +05:00
parent 162247af9d
commit e1fa1ed090

View File

@ -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 =