summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-08 07:18:30 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-08 07:18:30 -0500
commit82fd798480e81c7f00741935cf2d69702daee880 (patch)
tree1a9e8e708b65b51d9f13eb431cbd49bbaab5af51 /crawl-ref/source/mon-util.h
parenteb35aeaf1c639f7b575f75f15dfff72b02fbee34 (diff)
downloadcrawl-ref-82fd798480e81c7f00741935cf2d69702daee880.tar.gz
crawl-ref-82fd798480e81c7f00741935cf2d69702daee880.zip
Simplify further.
Diffstat (limited to 'crawl-ref/source/mon-util.h')
-rw-r--r--crawl-ref/source/mon-util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h
index 21f859d755..9f8d86147e 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -848,8 +848,8 @@ bool mons_cannot_move(const monsters *m);
bool monster_senior(const monsters *first, const monsters *second,
bool fleeing = false);
-monster_type draco_subspecies( const monsters *mon );
-std::string draconian_colour_name(monster_type mtype);
+monster_type draco_subspecies(const monsters *mon);
+int ugly_thing_colour_offset(const monsters *mon);
monster_type draconian_colour_by_name(const std::string &colour);
monster_type random_monster_at_grid(const coord_def& p);