From a658822289e10e37363fc60153492738fb43095a Mon Sep 17 00:00:00 2001 From: svdijk Date: Mon, 23 Dec 2013 14:37:41 +0100 Subject: 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(-) (limited to 'src/setup/keyboard.c') 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, -- cgit v1.2.3