summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
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 b066a1b515..6d5c0baf3e 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -434,7 +434,7 @@ void dec_disease_player();
bool rot_player( int amount );
-bool player_has_spell( int spell );
+bool player_has_spell( spell_type spell );
size_type player_size( int psize = PSIZE_TORSO, bool base = false );
bool player_weapon_wielded();