about summary refs log tree commit diff
path: root/src/game/variables.h
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2012-01-09 23:29:15 +0100
committeroy <Tom_Adams@web.de>2012-01-09 23:29:15 +0100
commit3e918075df63245bbc117c7dace711fb3e619003 (patch)
tree4b71575332879ce23bf90162e193073e80cb2046 /src/game/variables.h
parente97cfaecad4f55f329ce92e31f68df0786c599de (diff)
downloadzcatch-3e918075df63245bbc117c7dace711fb3e619003.tar.gz
zcatch-3e918075df63245bbc117c7dace711fb3e619003.zip
added an option to show only chat messages from friends
Diffstat (limited to 'src/game/variables.h')
-rw-r--r--src/game/variables.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/variables.h b/src/game/variables.h
index 4faa109d..e57a0954 100644
--- a/src/game/variables.h
+++ b/src/game/variables.h
@@ -14,6 +14,7 @@ MACRO_CONFIG_INT(ClNameplatesSize, cl_nameplates_size, 50, 0, 100, CFGFLAG_CLIEN
 MACRO_CONFIG_INT(ClAutoswitchWeapons, cl_autoswitch_weapons, 0, 0, 1, CFGFLAG_CLIENT|CFGFLAG_SAVE, "Auto switch weapon on pickup")
 
 MACRO_CONFIG_INT(ClShowhud, cl_showhud, 1, 0, 1, CFGFLAG_CLIENT|CFGFLAG_SAVE, "Show ingame HUD")
+MACRO_CONFIG_INT(ClShowChatFriends, cl_show_chat_friends, 0, 0, 1, CFGFLAG_CLIENT|CFGFLAG_SAVE, "Show only chat messages from friends")
 MACRO_CONFIG_INT(ClShowfps, cl_showfps, 0, 0, 1, CFGFLAG_CLIENT|CFGFLAG_SAVE, "Show ingame FPS counter")
 
 MACRO_CONFIG_INT(ClAirjumpindicator, cl_airjumpindicator, 1, 0, 1, CFGFLAG_CLIENT|CFGFLAG_SAVE, "")