summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skills2.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-09 12:13:29 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-09 12:13:29 +0000
commit03e08f2dfe6d8a767b3d8f2b5773166fa3b9ac5e (patch)
treea6b6b3c7344edc362ea8400418d15b17fbe00fd7 /crawl-ref/source/skills2.h
parent37b869723d4dc21ae205cd632f016d050f754fcc (diff)
downloadcrawl-ref-03e08f2dfe6d8a767b3d8f2b5773166fa3b9ac5e.tar.gz
crawl-ref-03e08f2dfe6d8a767b3d8f2b5773166fa3b9ac5e.zip
Acquirement retries were useless because the object sub-type was not being
changed, fixed. We should now see the demon of the infinite void a lot less often. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1815 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 5107fd289f..ff792e0181 100644
--- a/crawl-ref/source/skills2.h
+++ b/crawl-ref/source/skills2.h
@@ -46,7 +46,7 @@ const char *player_title( void );
* called from: acr - chardump - effects - files - player - skills -
* skills2 - stuff
* *********************************************************************** */
-int best_skill(int min_skill, int max_skill, int excl_skill = -1);
+skill_type best_skill(int min_skill, int max_skill, int excl_skill = -1);
void init_skill_order( void );