From 98efc09fa64329bfaba46c446b089ec7424eed10 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Fri, 30 Jan 2004 03:28:19 +0000 Subject: * Menu option for cg_disableBuildWarnings --- ui/ingame_options.menu | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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 -- cgit