diff options
author | Tim Angus <tim@ngus.net> | 2002-10-23 00:42:39 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2002-10-23 00:42:39 +0000 |
commit | a68abe96d8ab594c220e683da773bd0ac98c01fd (patch) | |
tree | 97eb8cb326129f6b7c60683ac2d9f741fc87fbe6 /ui | |
parent | d5364cf01a62c0d1528d318efdce20de68d71354 (diff) |
* Added light flare performance option to GFX software
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ingame_options.menu | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ui/ingame_options.menu b/ui/ingame_options.menu index 76bfaa05..507c757d 100644 --- a/ui/ingame_options.menu +++ b/ui/ingame_options.menu @@ -1415,6 +1415,23 @@ visible 1 } + itemDef + { + name gsoftware + group optionsGrp + type ITEM_TYPE_MULTI + text "Light Flares:" + cvar "cg_lightFlare" + cvarFloatList { "Off" 0 "No Fade" 1 "Timed Fade" 2 "Real Fade" 3 } + rect 96 250 192 15 + textalign ITEM_ALIGN_RIGHT + textalignx 100 + textaligny 12 + textscale .25 + forecolor 1 1 1 1 + visible 1 + } + //////// GL INFO itemDef |