diff options
author | Tim Angus <tim@ngus.net> | 2004-01-30 03:28:19 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2004-01-30 03:28:19 +0000 |
commit | 98efc09fa64329bfaba46c446b089ec7424eed10 (patch) | |
tree | 24d2853742310c53be0643c7d637fb464c1fe9f8 /ui | |
parent | e08512776aa9390ee910316bac05b73487ae9a52 (diff) |
* Menu option for cg_disableBuildWarnings
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ingame_options.menu | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ui/ingame_options.menu b/ui/ingame_options.menu index 51243156..9d060c5b 100644 --- a/ui/ingame_options.menu +++ b/ui/ingame_options.menu @@ -237,6 +237,26 @@ } } + itemDef + { + name game + group optionsGrp + type ITEM_TYPE_YESNO + text "Disable Build Warnings:" + cvar "cg_disableBuildWarnings" + rect 90 195 192 15 + textalign ITEM_ALIGN_RIGHT + textalignx 128 + textaligny 12 + textscale .25 + forecolor 1 1 1 1 + visible 0 + action + { + play "sound/misc/menu1.wav"; + } + } + //////// CONTROLS |