]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
extern fix
authorlordhavoc <lordhavoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 31 Aug 2000 16:49:27 +0000 (16:49 +0000)
committerlordhavoc <lordhavoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 31 Aug 2000 16:49:27 +0000 (16:49 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@21 d7cf8633-e32d-0410-b094-e92efae38249

model_brush.c

index b3625c792ca52c5a7666d3921e9bab1c26cf9d69..4609152baeb7198964051838d08caa7491197b65 100644 (file)
@@ -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;