From b217fba48b8bff70880b33301502adf42ac61973 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Tue, 2 Mar 2004 01:42:39 +0000 Subject: * Added reload binding option * Added team auto-select option --- ui/ingame_options.menu | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/ui/ingame_options.menu b/ui/ingame_options.menu index 9d060c5b..fb5c66c3 100644 --- a/ui/ingame_options.menu +++ b/ui/ingame_options.menu @@ -881,6 +881,27 @@ } } + itemDef + { + name upgrades + group optionsGrp + type ITEM_TYPE_BIND + text "Reload:" + cvar "reload" + rect 96 190 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"; + } + } + //////// MISC itemDef -- cgit