X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=palette.c;h=eac0ca345294c7643cf57a567b39852e421b3a57;hb=refs%2Fheads%2Fterencehill%2Fcvar_descriptions_fix;hp=9e348b1922449384a089ea2cf1ca187974eaeb4a;hpb=7ca9ce4420b332de3fa6f2d6beaa437f171ab97c;p=xonotic%2Fdarkplaces.git diff --git a/palette.c b/palette.c index 9e348b19..eac0ca34 100644 --- a/palette.c +++ b/palette.c @@ -2,7 +2,7 @@ #include "quakedef.h" #include "image.h" -cvar_t r_colormap_palette = {CVAR_CLIENT, "r_colormap_palette", "gfx/colormap_palette.lmp", "name of a palette lmp file to override the shirt/pants colors of player models. It consists of 16 shirt colors, 16 scoreboard shirt colors, 16 pants colors and 16 scoreboard pants colors"}; +cvar_t r_colormap_palette = {CF_CLIENT, "r_colormap_palette", "gfx/colormap_palette.lmp", "name of a palette lmp file to override the shirt/pants colors of player models. It consists of 16 shirt colors, 16 scoreboard shirt colors, 16 pants colors and 16 scoreboard pants colors"}; unsigned char palette_rgb[256][3]; unsigned char palette_rgb_pantscolormap[16][3];