From 60d41da2ac6e9c9965e73963522a90aa62863b5d Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sun, 18 Jun 2006 14:57:08 +0000 Subject: * Move Mass Driver zoom control to secondary attack * Remove +zoom and -zoom altogether --- ui/ingame_options.menu | 29 ++++------------------------- 1 file changed, 4 insertions(+), 25 deletions(-) (limited to 'ui/ingame_options.menu') diff --git a/ui/ingame_options.menu b/ui/ingame_options.menu index 47914b4a..ad75e1b1 100644 --- a/ui/ingame_options.menu +++ b/ui/ingame_options.menu @@ -410,27 +410,6 @@ } } - itemDef - { - name look - group optionsGrp - type ITEM_TYPE_BIND - text "ZoomView:" - cvar "+zoom" - rect 96 145 192 15 - textalign ITEM_ALIGN_RIGHT - textalignx 90 - maxPaintChars 20 - textaligny 12 - textscale .25 - forecolor 1 1 1 1 - visible 0 - action - { - play "sound/misc/menu1.wav"; - } - } - itemDef { name look @@ -438,7 +417,7 @@ type ITEM_TYPE_YESNO text "Free Look:" cvar "cl_freelook" - rect 96 160 192 15 + rect 96 145 192 15 textalign ITEM_ALIGN_RIGHT textalignx 90 maxPaintChars 20 @@ -459,7 +438,7 @@ type ITEM_TYPE_SLIDER text "Mouse Sensitivity:" cvarfloat "sensitivity" 5 1 30 - rect 96 175 192 20 + rect 96 160 192 20 textalign ITEM_ALIGN_RIGHT textalignx 90 maxPaintChars 20 @@ -476,7 +455,7 @@ type ITEM_TYPE_YESNO text "Invert Mouse:" cvar "ui_mousePitch" - rect 96 195 192 15 + rect 96 180 192 15 textalign ITEM_ALIGN_RIGHT textalignx 90 maxPaintChars 20 @@ -498,7 +477,7 @@ type ITEM_TYPE_YESNO text "Smooth Mouse:" cvar "m_filter" - rect 96 210 192 15 + rect 96 195 192 15 textalign ITEM_ALIGN_RIGHT textalignx 90 maxPaintChars 20 -- cgit