summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-util.h')
-rw-r--r--crawl-ref/source/mon-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h
index 042cf1b12a..ef33b70451 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -386,7 +386,7 @@ monsters *monster_at(const coord_def &pos);
// this is the old moname()
std::string mons_type_name(int type, description_level_type desc);
-bool give_unique_monster_name(monsters *mon, bool orcs_only = true);
+bool give_monster_proper_name(monsters *mon, bool orcs_only = true);
// last updated 12may2000 {dlb}
/* ***********************************************************************