summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skills2.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2011-03-26 22:15:07 +0100
committerRaphael Langella <raphael.langella@gmail.com>2011-03-26 22:16:00 +0100
commit0eb09a90cbee7e90a150e9b2527ed38f25b599b5 (patch)
treeb0b839d97b9862cc2ae8b1f7893a3be8f2775800 /crawl-ref/source/skills2.h
parent2c61913c3976730745f53c6df2a77b23354ee76f (diff)
downloadcrawl-ref-0eb09a90cbee7e90a150e9b2527ed38f25b599b5.tar.gz
crawl-ref-0eb09a90cbee7e90a150e9b2527ed38f25b599b5.zip
Reskilling: keep the same letters between the from and to menu.
Diffstat (limited to 'crawl-ref/source/skills2.h')
-rw-r--r--crawl-ref/source/skills2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/skills2.h b/crawl-ref/source/skills2.h
index d20ba06bd2..8061ace9d1 100644
--- a/crawl-ref/source/skills2.h
+++ b/crawl-ref/source/skills2.h
@@ -138,7 +138,7 @@ public:
void refresh(bool keep_hotkey);
int get_id();
bool is_set(int flag) const;
- bool is_selectable() const;
+ bool is_selectable(bool keep_hotkey = true);
TextItem* get_name_item() const;
private: