summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skill_menu.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2012-04-24 17:51:19 +0200
committerRaphael Langella <raphael.langella@gmail.com>2012-04-24 17:51:19 +0200
commit3b6a7ff088088adbcd249764e2ef6a6eb8436eb9 (patch)
tree31773c90a933ca2e6b89846912b65f1cb79f61d6 /crawl-ref/source/skill_menu.h
parentb75146b04d68d06a31fc75ded788fb38f2a98666 (diff)
downloadcrawl-ref-3b6a7ff088088adbcd249764e2ef6a6eb8436eb9.tar.gz
crawl-ref-3b6a7ff088088adbcd249764e2ef6a6eb8436eb9.zip
Use shift+letter instead of ctrl+letter to single-select skills.
ctrl+letter doesn't work for several letters in console and in webtiles. If more than 26 skills can be trained, the 27th+ are mapped to numbers (and they cannot be single-selected with shift number).
Diffstat (limited to 'crawl-ref/source/skill_menu.h')
-rw-r--r--crawl-ref/source/skill_menu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/skill_menu.h b/crawl-ref/source/skill_menu.h
index bc1c521824..e4edac1966 100644
--- a/crawl-ref/source/skill_menu.h
+++ b/crawl-ref/source/skill_menu.h
@@ -51,7 +51,7 @@ class SkillMenu;
class SkillMenuEntry
{
public:
- static menu_letter m_letter;
+ static menu_letter2 m_letter;
static SkillMenu* m_skm;
SkillMenuEntry() {};