]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - draw.h
CSQC: propagate automatic RENDER_EXTERIORMODEL inherited from local player ent
[xonotic/darkplaces.git] / draw.h
diff --git a/draw.h b/draw.h
index c7f1bc273245a7237f9d7b65a320f7e42be95b41..5cb62afa8f84919e53099963aa68b25ac6170be5 100644 (file)
--- a/draw.h
+++ b/draw.h
@@ -45,6 +45,8 @@ typedef struct cachepic_s
        qboolean hasalpha;
        // name of pic
        char name[MAX_QPATH];
+       // allow to override/free the texture
+       qboolean allow_free_tex;
 }
 cachepic_t;