diff options
author | Ben Millwood <thebenmachine@gmail.com> | 2009-10-03 13:09:32 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:16:30 +0000 |
commit | 8938a4997bc043163d52ca4d621dfbd57fd991c3 (patch) | |
tree | 10938207ce7981f1972340f9936a09a9122b31b1 /assets/ui/ingame_options.menu | |
parent | 5a3a9d0a63e3602c20cc44c250f392cd457a39e3 (diff) |
* Remove redundant type specifications in some menu files
* Ensure type is parsed before items that use it
* Multi items use cvar, not cvarFloat
Diffstat (limited to 'assets/ui/ingame_options.menu')
-rw-r--r-- | assets/ui/ingame_options.menu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/ui/ingame_options.menu b/assets/ui/ingame_options.menu index eeddea3a..141705d2 100644 --- a/assets/ui/ingame_options.menu +++ b/assets/ui/ingame_options.menu @@ -243,7 +243,7 @@ group optionsGrp type ITEM_TYPE_MULTI text "Wallwalking Speed:" - cvarfloat "cg_wwSmoothTime" 300 0 1000 + cvar "cg_wwSmoothTime" cvarFloatList { "Medium" 300 "Fast" 150 "Instant" 0 "Slow" 600 } rect CONTENT_X (CONTENT_Y+(5*ELEM_H)) CONTENT_W ELEM_H textalign ALIGN_RIGHT |