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 9ea9964557..ed7bff38f4 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -311,7 +311,7 @@ void modify_stat(stat_type which_stat, char amount, bool suppress_msg,
/* ***********************************************************************
* called from: decks - it_use2 - player
* *********************************************************************** */
-void level_change(bool skip_ability_increase = false);
+void level_change(bool skip_attribute_increase = false);
/* ***********************************************************************