From 071002c02bb5eecb2f139da85fdd43611b69265a Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Wed, 20 Feb 2013 12:22:04 +0000 Subject: [PATCH] - add weapon slots to key configuration menu. SVN r4154 (trunk) --- wadsrc/static/menudef.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/wadsrc/static/menudef.txt b/wadsrc/static/menudef.txt index 915d08405..f50f21a69 100644 --- a/wadsrc/static/menudef.txt +++ b/wadsrc/static/menudef.txt @@ -465,6 +465,16 @@ OptionMenu "CustomizeControls" StaticText "Weapons", 1 Control "Next weapon", "weapnext" Control "Previous weapon", "weapprev" + Control "Weapon Slot 1", "slot 1" + Control "Weapon Slot 2", "slot 2" + Control "Weapon Slot 3", "slot 3" + Control "Weapon Slot 4", "slot 4" + Control "Weapon Slot 5", "slot 5" + Control "Weapon Slot 6", "slot 6" + Control "Weapon Slot 7", "slot 7" + Control "Weapon Slot 8", "slot 8" + Control "Weapon Slot 9", "slot 9" + Control "Weapon Slot 0", "slot 0" StaticText "" StaticText "Inventory", 1 Control "Activate item", "invuse"