diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2007-12-30 00:02:14 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2007-12-30 00:02:14 +0000 |
commit | 8d4dc1c28ee54f67c155b6759cf5776a917904ff (patch) | |
tree | ecf910e7214008c9a89f9d1bded37a8057abe1f2 /src/keyboardconfig.cpp | |
parent | 8e28cc3ac0f679cf35bc6a9ce1740ac7ae4aac47 (diff) | |
download | mana-8d4dc1c28ee54f67c155b6759cf5776a917904ff.tar.gz mana-8d4dc1c28ee54f67c155b6759cf5776a917904ff.tar.bz2 mana-8d4dc1c28ee54f67c155b6759cf5776a917904ff.tar.xz mana-8d4dc1c28ee54f67c155b6759cf5776a917904ff.zip |
Added a key for targeting the nearest player character based on patches by Trinexx. Some mapping fixes at snake dungeon map.
Diffstat (limited to 'src/keyboardconfig.cpp')
-rw-r--r-- | src/keyboardconfig.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/keyboardconfig.cpp b/src/keyboardconfig.cpp index 271961c8..a959e244 100644 --- a/src/keyboardconfig.cpp +++ b/src/keyboardconfig.cpp @@ -45,6 +45,7 @@ static KeyData const keyData[KeyboardConfig::KEY_TOTAL] = { {"keyAttack", SDLK_LCTRL, "Attack"}, {"keyTarget", SDLK_LSHIFT, "Target"}, {"keyTargetClosest", SDLK_a, "Target Closest"}, + {"keyTargetPlayer", SDLK_q, "Target Player"}, {"keyPickup", SDLK_z, "Pickup"}, {"keyHideWindows", SDLK_h, "Hide Windows"}, {"keyBeingSit", SDLK_s, "Sit"}, |