From ebd817b97aee46e383185f99d022fb9c559033d9 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Sat, 31 Oct 2009 08:56:30 -0500 Subject: Implement [2889948]: In the console version, make (very) ugly thing corpses randomly cycle through all their available colors instead of always being (light)red. --- crawl-ref/source/ghost.h | 1 - 1 file changed, 1 deletion(-) (limited to 'crawl-ref/source/ghost.h') diff --git a/crawl-ref/source/ghost.h b/crawl-ref/source/ghost.h index 29bb6d6c97..a2ca84a600 100644 --- a/crawl-ref/source/ghost.h +++ b/crawl-ref/source/ghost.h @@ -64,7 +64,6 @@ private: mon_attack_flavour u_att_flav); }; -unsigned char ugly_thing_random_colour(); bool debug_check_ghosts(); extern std::vector ghosts; -- cgit v1.2.3-54-g00ecf