]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_shared.c
-lXIE does not seem to be necessary, disabled (but left a comment incase anyone needs it)
[xonotic/darkplaces.git] / model_shared.c
index fe7cff0bae1ca3513b11e6103da3c1759fb6f401..4151100ee1de0775467b6e67c1dd6f2d64977749 100644 (file)
@@ -152,7 +152,7 @@ static model_t *Mod_LoadModel (model_t *mod, qboolean crash, qboolean checkdisk,
        }
 
        // make sure nothing got trashed
-       Mem_CheckSentinelsGlobal();
+       //Mem_CheckSentinelsGlobal();
 
        // allocate a new model
        loadmodel = mod;
@@ -180,7 +180,7 @@ static model_t *Mod_LoadModel (model_t *mod, qboolean crash, qboolean checkdisk,
        Mem_Free(buf);
 
        // make sure nothing got trashed
-       Mem_CheckSentinelsGlobal();
+       //Mem_CheckSentinelsGlobal();
 
        return mod;
 }
@@ -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;
 
 /*
 =================