]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - draw.h
fix id1 demos to not show deathmatch overlay (they incorrectly contain
[xonotic/darkplaces.git] / draw.h
diff --git a/draw.h b/draw.h
index c4bf81d9bc27f9ba1b6a8aa8752dd8db59eed25e..8646c6a30155cbad56350c70aca8e4354a5df1cc 100644 (file)
--- a/draw.h
+++ b/draw.h
@@ -43,6 +43,7 @@ typedef enum cachepicflags_e
        CACHEPICFLAG_NOTPERSISTENT = 1,
        CACHEPICFLAG_QUIET = 2,
        CACHEPICFLAG_NOCOMPRESSION = 4,
+       CACHEPICFLAG_NOCLAMP = 8,
 }
 cachepicflags_t;