X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=include%2Fishaders.h;h=5539a1441dd04379bb11a676f54222e9fa79ad48;hb=ba54332d190b19c00bb8f15ee7d7b7634221646d;hp=b580e2c4c1b2aa33b7998d17d6a364ff6c65aaa2;hpb=51a70e4a2854dd00a8d48661b2dbf98b6168872f;p=xonotic%2Fnetradiant.git diff --git a/include/ishaders.h b/include/ishaders.h index b580e2c4..5539a144 100644 --- a/include/ishaders.h +++ b/include/ishaders.h @@ -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;