diff --git a/rehlds/engine/mathlib_sse.cpp b/rehlds/engine/mathlib_sse.cpp index 9342d01..483a643 100644 --- a/rehlds/engine/mathlib_sse.cpp +++ b/rehlds/engine/mathlib_sse.cpp @@ -46,12 +46,12 @@ const avec4_t deg2rad = (float)M_PI / 180.f }; -const aivec4_t negmask[4] = +const aivec4_t negmask = { - {0x80000000}, - {0x80000000}, - {0x80000000}, - {0x80000000} + 0x80000000, + 0x80000000, + 0x80000000, + 0x80000000 }; const aivec4_t negmask_1001 =