]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - modelgen.h
flush unused models when running dedicated server
[xonotic/darkplaces.git] / modelgen.h
index b8b75dd3b5e9fa43a7b71b360ba5fed980765587..951ed91fedebbafcf3393bf16236c014aef226fe 100644 (file)
@@ -28,7 +28,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 // *********************************************************
 
 #define ALIAS_VERSION  6
-#define ALIAS32_VERSION        7
 
 #define ALIAS_ONSEAM                           0x0020
 
@@ -108,7 +107,3 @@ typedef struct {
 typedef struct {
        aliasskintype_t type;
 } daliasskintype_t;
-
-#define IDPOLYHEADER   (('O'<<24)+('P'<<16)+('D'<<8)+'I')
-                                                                                                               // little-endian "IDPO"
-