summaryrefslogtreecommitdiff
path: root/src/setup/keyboard.c
diff options
context:
space:
mode:
authorsvdijk2013-12-23 14:37:41 +0100
committersvdijk2013-12-23 14:37:41 +0100
commita658822289e10e37363fc60153492738fb43095a (patch)
tree00649bad0db61718c155516d32995ff29ab0808f /src/setup/keyboard.c
parentb9690ac0bbe2b5af137aeb09261aac4478f3fbf8 (diff)
downloadchocolate-doom-a658822289e10e37363fc60153492738fb43095a.tar.gz
chocolate-doom-a658822289e10e37363fc60153492738fb43095a.tar.bz2
chocolate-doom-a658822289e10e37363fc60153492738fb43095a.zip
setup: Add key_mission to the controls group.
Otherwise, the same key can be bound to "Show mission" and one of the other "More controls..." at the same time.
Diffstat (limited to 'src/setup/keyboard.c')
-rw-r--r--src/setup/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setup/keyboard.c b/src/setup/keyboard.c
index 6b1667e1..0e576870 100644
--- a/src/setup/keyboard.c
+++ b/src/setup/keyboard.c
@@ -43,7 +43,7 @@ static int *controls[] = { &key_left, &key_right, &key_up, &key_down,
&key_flyup, &key_flydown, &key_flycenter,
&key_lookup, &key_lookdown, &key_lookcenter,
&key_invleft, &key_invright, &key_invquery,
- &key_invuse, &key_invpop, &key_invkey,
+ &key_invuse, &key_invpop, &key_mission, &key_invkey,
&key_invhome, &key_invend, &key_invdrop,
&key_useartifact, &key_pause, &key_usehealth,
&key_weapon1, &key_weapon2, &key_weapon3,