]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - draw.h
add a (yet unused) CACHEPICFLAG_MIPMAP
[xonotic/darkplaces.git] / draw.h
diff --git a/draw.h b/draw.h
index 5cb62afa8f84919e53099963aa68b25ac6170be5..471efedd4ec78a522b28d1146ba490f2de88e271 100644 (file)
--- a/draw.h
+++ b/draw.h
@@ -56,7 +56,8 @@ typedef enum cachepicflags_e
        CACHEPICFLAG_QUIET = 2,
        CACHEPICFLAG_NOCOMPRESSION = 4,
        CACHEPICFLAG_NOCLAMP = 8,
-       CACHEPICFLAG_NEWPIC = 16 // disables matching texflags check, because a pic created with Draw_NewPic should not be subject to that
+       CACHEPICFLAG_NEWPIC = 16, // disables matching texflags check, because a pic created with Draw_NewPic should not be subject to that
+       CACHEPICFLAG_MIPMAP = 32
 }
 cachepicflags_t;