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 d9a964c0f9..a9db520587 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -39,7 +39,7 @@ bool is_light_armour( const item_def &item );
/* ***********************************************************************
* called from: beam - fight - misc - newgame
* *********************************************************************** */
-bool player_light_armour(void);
+bool player_light_armour(bool with_skill = false);
/* ***********************************************************************