summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/ingame_options.menu20
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