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 c5cbcd8c5a..fe4b69e58f 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -80,7 +80,7 @@ bool wearing_amulet(jewellery_type which_am, bool calc_unid = true);
* called from: acr - chardump - describe - newgame - view
* *********************************************************************** */
std::string species_name( species_type speci, int level, bool genus = false,
- bool adj = false, bool ogre = false );
+ bool adj = false );
int str_to_species(const std::string &species);
/* ***********************************************************************