about summary refs log tree commit diff
path: root/src/game/game_variables.h
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-12-13 20:52:20 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-12-13 20:52:20 +0000
commit3ab7ef32430d391a61f39fc39027fde36fd37dcf (patch)
tree849650c6b067a47f2b9e24b1dfa174d2696ed5c3 /src/game/game_variables.h
parentc3b492b4be53cd6ec4be3948d86bbc993f187787 (diff)
downloadzcatch-3ab7ef32430d391a61f39fc39027fde36fd37dcf.tar.gz
zcatch-3ab7ef32430d391a61f39fc39027fde36fd37dcf.zip
fixed option for ui color
Diffstat (limited to 'src/game/game_variables.h')
-rw-r--r--src/game/game_variables.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/game/game_variables.h b/src/game/game_variables.h
index 9aaaaa33..44e52c6f 100644
--- a/src/game/game_variables.h
+++ b/src/game/game_variables.h
@@ -44,6 +44,12 @@ MACRO_CONFIG_INT(ui_page, 1, 0, 5)
 MACRO_CONFIG_STR(ui_server_address, 128, "localhost:8303")
 MACRO_CONFIG_INT(ui_scale, 100, 1, 100000)
 
+MACRO_CONFIG_INT(ui_color_hue, 160, 0, 255)
+MACRO_CONFIG_INT(ui_color_sat, 70, 0, 255)
+MACRO_CONFIG_INT(ui_color_lht, 175, 0, 255)
+MACRO_CONFIG_INT(ui_color_alpha, 228, 0, 255)
+
+
 MACRO_CONFIG_INT(sv_warmup, 0, 0, 0)
 MACRO_CONFIG_STR(sv_msg, 512, "")
 MACRO_CONFIG_INT(sv_teamdamage, 0, 0, 1)