]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_shared.h
most of the framework for hardware accelerated transforms is back, just the actual...
[xonotic/darkplaces.git] / model_shared.h
index 6fc568cf3f835777b71e110e8b5fd279c4d4f8e0..f6a6bdc9f6d7dc40c942b8d6e4e8bb2d267c637e 100644 (file)
@@ -226,7 +226,7 @@ model_t *Mod_ForName (char *name, qboolean crash, qboolean checkdisk, qboolean i
 void Mod_TouchModel (char *name);
 void Mod_UnloadModel (model_t *mod);
 
-mleaf_t *Mod_PointInLeaf (float *p, model_t *model);
+mleaf_t *Mod_PointInLeaf (const float *p, model_t *model);
 qbyte *Mod_LeafPVS (mleaf_t *leaf, model_t *model);
 
 void Mod_ClearUsed(void);