]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - include/ishaders.h
Merge commit 'a62c7302d3930875aafdc56696f370dbdc5ed40e' into garux-merge
[xonotic/netradiant.git] / include / ishaders.h
index f588c287440e2e1c91355920729e98ca86ae76a9..3f3419dd88724fc31fd25b916ae08164e6bb254e 100644 (file)
@@ -31,14 +31,13 @@ enum
        QER_NOCARVE = 1 << 1,
        QER_NODRAW = 1 << 2,
        QER_NONSOLID = 1 << 3,
-       QER_WATER = 1 << 4,
-       QER_LAVA = 1 << 5,
-       QER_FOG = 1 << 6,
-       QER_ALPHATEST = 1 << 7,
-       QER_CULL = 1 << 8,
-       QER_AREAPORTAL = 1 << 9,
-       QER_CLIP = 1 << 10,
-       QER_BOTCLIP = 1 << 11,
+       QER_LIQUID = 1 << 4,
+       QER_FOG = 1 << 5,
+       QER_ALPHATEST = 1 << 6,
+       QER_CULL = 1 << 7,
+       QER_AREAPORTAL = 1 << 8,
+       QER_CLIP = 1 << 9,
+       QER_BOTCLIP = 1 << 10,
 };
 
 struct qtexture_t;