]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_alias.h
mdl/md2 transitioned to meshes
[xonotic/darkplaces.git] / model_alias.h
index 7466d7cb16431cfc86ea364ff8b9e324e5ea0f2d..c367e525cb82a86efa5d07dc08b7f0453b766332 100644 (file)
@@ -126,8 +126,8 @@ typedef struct
        int                     ofs_end;                // end of file
 } md2_t;
 
-// LordHavoc: Q1 and Q2 models are converted to the same internal format
-#define ALIASTYPE_MDLMD2 1
+// LordHavoc: mdl, md2 and md3 models are converted to the same internal format
+#define ALIASTYPE_ALIAS 1
 #define ALIASTYPE_ZYM 2
 
 extern void Mod_LoadAliasModel (struct model_s *mod, void *buffer);