]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_brush.c
weapon models were not being lit in maps using .lights
[xonotic/darkplaces.git] / model_brush.c
index 79be4373212982d91f523c03ce38bdab4431824e..92244c451766043a293caeeef637f281afffb23c 100644 (file)
@@ -109,7 +109,7 @@ void Mod_BrushShutdown (void)
 Mod_PointInLeaf
 ===============
 */
-mleaf_t *Mod_PointInLeaf (vec3_t p, model_t *model)
+mleaf_t *Mod_PointInLeaf (const vec3_t p, model_t *model)
 {
        mnode_t         *node;