summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilepick.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-10-04 17:55:35 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-10-04 17:55:35 +0200
commit95c56f71af2901350ca2dede776f54734d23dd56 (patch)
treebf97252b07dfc68539a52c58d408b5e0872c7ecb /crawl-ref/source/tilepick.h
parentff184ccee099bdee91e9f0baf4aba70a65e85d45 (diff)
downloadcrawl-ref-95c56f71af2901350ca2dede776f54734d23dd56.tar.gz
crawl-ref-95c56f71af2901350ca2dede776f54734d23dd56.zip
Show focused and mastered skills differently in tiles.
Diffstat (limited to 'crawl-ref/source/tilepick.h')
-rw-r--r--crawl-ref/source/tilepick.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/tilepick.h b/crawl-ref/source/tilepick.h
index e8ea93cd7e..85a35d1a49 100644
--- a/crawl-ref/source/tilepick.h
+++ b/crawl-ref/source/tilepick.h
@@ -35,7 +35,7 @@ tileidx_t tileidx_cloud(const cloud_struct &cl, bool disturbance = false);
tileidx_t tileidx_bolt(const bolt &bolt);
tileidx_t tileidx_zap(int colour);
tileidx_t tileidx_spell(const spell_type spell);
-tileidx_t tileidx_skill(const skill_type skill, bool active);
+tileidx_t tileidx_skill(const skill_type skill, int train);
tileidx_t tileidx_command(const command_type cmd);
tileidx_t tileidx_gametype(const game_type gtype);