From 82fd798480e81c7f00741935cf2d69702daee880 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Thu, 8 Oct 2009 07:18:30 -0500 Subject: Simplify further. --- crawl-ref/source/mon-util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/mon-util.h') 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); -- cgit v1.2.3-54-g00ecf