]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_alias.h
cleaned up backend code a bit more, added R_Mesh_Draw_GetBuffer (untested - returns...
[xonotic/darkplaces.git] / model_alias.h
index 935bd5467697dbe5d9fef4ba5fc5a050ab61d21c..664c7e30375004ca89a6373c5ab8a2ece8baf727 100644 (file)
@@ -155,9 +155,9 @@ typedef struct
        int                     ofs_end;                // end of file
 } md2_t;
 
-#define ALIASTYPE_MDL 1
-#define ALIASTYPE_MD2 2
-#define ALIASTYPE_ZYM 3
+// LordHavoc: Q1 and Q2 models are converted to the same internal format
+#define ALIASTYPE_MDLMD2 1
+#define ALIASTYPE_ZYM 2
 
 extern void Mod_LoadAliasModel (struct model_s *mod, void *buffer);
 extern void Mod_LoadQ2AliasModel (struct model_s *mod, void *buffer);