diff options
Diffstat (limited to 'ui/ingame_options.menu')
-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 ae3e3325..ac08995b 100644 --- a/ui/ingame_options.menu +++ b/ui/ingame_options.menu @@ -382,6 +382,26 @@ } } + itemDef + { + name game + group optionsGrp + type ITEM_TYPE_YESNO + text "Sticky Spectate:" + cvar "cg_stickySpec" + rect CONTENT_X (CONTENT_Y+(12*ELEM_H)) CONTENT_W ELEM_H + textalign ALIGN_RIGHT + textvalign VALIGN_CENTER + textalignx CONTENT_OFF + textscale .25 + forecolor 1 1 1 1 + visible MENU_FALSE + action + { + play "sound/misc/menu1.wav"; + } + } + //////// CONTROLS //Controls menu |