summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2004-03-02 01:42:39 +0000
committerTim Angus <tim@ngus.net>2004-03-02 01:42:39 +0000
commitb217fba48b8bff70880b33301502adf42ac61973 (patch)
tree7a68b658a0f490a1b059284c41b3b54eb1d67a45 /ui
parent067178417e4bb3275f5b6a4475186a9bb3937652 (diff)
* Added reload binding option
* Added team auto-select option
Diffstat (limited to 'ui')
-rw-r--r--ui/ingame_options.menu21
1 files changed, 21 insertions, 0 deletions
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