From: terencehill Date: Sun, 3 May 2015 16:15:35 +0000 (+0200) Subject: Forgot to patch this file in the previous commit X-Git-Tag: xonotic-v0.8.1~55^2~3 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=0c663e018a4d96162e95e34bd7a1c28107ceaa36;p=xonotic%2Fxonotic-data.pk3dir.git Forgot to patch this file in the previous commit --- diff --git a/qcsrc/menu/skin-customizables.inc b/qcsrc/menu/skin-customizables.inc index 58884a0f9..bf29683f6 100644 --- a/qcsrc/menu/skin-customizables.inc +++ b/qcsrc/menu/skin-customizables.inc @@ -211,10 +211,14 @@ SKINBEGIN SKINVECTOR(COLOR_MODELTITLE, '1 1 1'); SKINFLOAT(ALPHA_MODELTITLE, 1); - // item: player name editor + // item: special character picker SKINVECTOR(COLOR_CHARMAP_CHAR, '1 1 1'); SKINFLOAT(ALPHA_CHARMAP_CHAR, 1); + // item: crosshair picker + SKINVECTOR(COLOR_CROSSHAIRPICKER_CROSSHAIR, '1 1 1'); + SKINFLOAT(ALPHA_CROSSHAIRPICKER_CROSSHAIR, 1); + // item: radio button SKINSTRING(GFX_RADIOBUTTON, "radiobutton"); SKINVECTOR(COLOR_RADIOBUTTON_N, '1 1 1');