]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_shared.c
renamed byte to qbyte throughout engine to eliminate a mingw conflict
[xonotic/darkplaces.git] / model_shared.c
index f05900bab4463c555ec0a9becf2af78448d4a4d3..4151100ee1de0775467b6e67c1dd6f2d64977749 100644 (file)
@@ -309,7 +309,7 @@ model_t *Mod_ForName (char *name, qboolean crash, qboolean checkdisk, qboolean i
        return Mod_LoadModel (Mod_FindName (name), crash, checkdisk, isworldmodel);
 }
 
-byte   *mod_base;
+qbyte *mod_base;
 
 /*
 =================