shithub: choc

Download patch

ref: a658822289e10e37363fc60153492738fb43095a
parent: b9690ac0bbe2b5af137aeb09261aac4478f3fbf8
author: svdijk <[email protected]>
date: Mon Dec 23 09:37:41 EST 2013

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.

--- a/src/setup/keyboard.c
+++ b/src/setup/keyboard.c
@@ -43,7 +43,7 @@
                            &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,