summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-19 10:13:37 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-19 10:13:37 +0000
commit0e8554f0c56dcfeb428952ffab7f480dc6e57f5f (patch)
treee8339889bb4b35a82ea9f1e6e8c53b206fcf3e72 /crawl-ref/source/player.h
parentb20cad20588ab48a2257807ea4b2dda897b18e8f (diff)
downloadcrawl-ref-0e8554f0c56dcfeb428952ffab7f480dc6e57f5f.tar.gz
crawl-ref-0e8554f0c56dcfeb428952ffab7f480dc6e57f5f.zip
A bit more type-safety (slightly intrusive this time): you.species and
you.char_class. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1601 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/player.h')
-rw-r--r--crawl-ref/source/player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index 43123fddf2..9bc425f3de 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -280,7 +280,7 @@ void gain_exp(unsigned int exp_gained);
* called from: acr - it_use2 - item_use - mutation - transfor - player -
* misc - stuff
* *********************************************************************** */
-void modify_stat(unsigned char which_stat, char amount, bool suppress_msg);
+void modify_stat(stat_type which_stat, char amount, bool suppress_msg);
// last updated 19may2000 {dlb}