foxygit / doom Log in
commit a658822289e10e37363fc60153492738fb43095a
Author:     svdijk <svdijk@users.sourceforge.net>
AuthorDate: Mon Dec 23 14:37:41 2013 +0100
Commit:     svdijk <svdijk@users.sourceforge.net>
CommitDate: Mon Dec 23 14:37:41 2013 +0100

    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.
---
 src/setup/keyboard.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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,