summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skills2.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-23 08:08:01 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-23 08:08:01 +0000
commit00af6cae236018eae3c659ae02cd8c017549bd15 (patch)
treee6b041e674fe98267d138e06bcf67786be05d969 /crawl-ref/source/skills2.h
parent361fb119f59f5879b115ec1dc050fe84b7381670 (diff)
downloadcrawl-ref-00af6cae236018eae3c659ae02cd8c017549bd15.tar.gz
crawl-ref-00af6cae236018eae3c659ae02cd8c017549bd15.zip
Implemented 1705620: aptitudes are now shown in red, skill progress in blue.
Change this if it's too ugly. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1346 c06c8d41-db1a-0410-9941-cceddc491573
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 31d0cc8690..1492828819 100644
--- a/crawl-ref/source/skills2.h
+++ b/crawl-ref/source/skills2.h
@@ -84,7 +84,7 @@ unsigned int skill_exp_needed(int lev);
/* ***********************************************************************
* called from: acr
* *********************************************************************** */
-void show_skills(void);
+void show_skills();
// last_updated 14jan2001 {gdl}