]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_alias.h
improved TraceLine in chase.c to be more generally useful (should move it to another...
[xonotic/darkplaces.git] / model_alias.h
index 2b0031e200724c959cbc0e81db375628f0daad86..73e831076c7cad76ac10dbee94dbb999fbd7ab9e 100644 (file)
@@ -159,6 +159,7 @@ typedef struct
 {
        float           scale[3];       // multiply byte verts by this
        float           translate[3];   // then add this
+       char            name[16];       // LordHavoc: kept for viewthing
        trivert2        verts[1];       // variable sized
 } md2memframe_t;
 
@@ -221,3 +222,6 @@ typedef struct
 
 #define ALIASTYPE_MDL 1
 #define ALIASTYPE_MD2 2
+#define ALIASTYPE_ZYM 3
+
+#include "model_zymotic.h"
\ No newline at end of file