2
0
mirror of https://github.com/FWGS/hlsdk-xash3d synced 2024-11-24 18:59:26 +01:00

Fix windows build.

This commit is contained in:
Andrey Akhmichin 2024-01-15 07:31:16 +05:00
parent 63807139c3
commit b2d171869d

View File

@ -37,7 +37,7 @@
// if C++ mangling differs from C symbol name
#if _MSC_VER || __WATCOMC__
vec3_t vec3_origin;
float vec3_origin[3];
#endif
float Length( const float *v )