]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_alias.h
changed DP_SMALLMEMORY compiles to use the standard NET_MAXMESSAGE value
[xonotic/darkplaces.git] / model_alias.h
index 272b69c3ce7a2f0d322775e69238bd972a14712a..846755ed022db7a91cdf7ccdbaf65843e9831fa5 100644 (file)
@@ -120,7 +120,7 @@ typedef struct md2_s
 
 // all md3 ints, floats, and shorts, are little endian, and thus need to be
 // passed through LittleLong/LittleFloat/LittleShort to avoid breaking on
-// bigendian machines (Macs for example)
+// bigendian machines
 #define MD3VERSION 15
 #define MD3NAME 64
 #define MD3FRAMENAME 16
@@ -231,7 +231,7 @@ aliasbone_t;
 #include "model_psk.h"
 
 // for decoding md3 model latlong vertex normals
-float mod_md3_sin[320];
+extern float mod_md3_sin[320];
 
 #endif