X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=model_brush.c;h=4609152baeb7198964051838d08caa7491197b65;hb=64d3e98787ae4744800bc08f1ed3ade1cda159de;hp=b3625c792ca52c5a7666d3921e9bab1c26cf9d69;hpb=94c4d57c1fabb4ef6a4ff419666f4ae765629a68;p=xonotic%2Fdarkplaces.git diff --git a/model_brush.c b/model_brush.c index b3625c79..4609152b 100644 --- a/model_brush.c +++ b/model_brush.c @@ -122,7 +122,7 @@ byte *Mod_LeafPVS (mleaf_t *leaf, model_t *model) return Mod_DecompressVis (leaf->compressed_vis, model); } -byte *mod_base; +extern byte *mod_base; extern cvar_t r_fullbrights;