From a298a872647d9beb0d30d71472a0e08e83df1440 Mon Sep 17 00:00:00 2001 From: haranp Date: Tue, 17 Feb 2009 10:26:02 +0000 Subject: Change elemental type colour enum to use ETC_ prefix instead of EC_ prefix, which was conflicting with the Abyssal entry cause enum. Fixes [2605869]. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9110 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/abyss.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/abyss.cc') diff --git a/crawl-ref/source/abyss.cc b/crawl-ref/source/abyss.cc index 9c51074f42..81628ab889 100644 --- a/crawl-ref/source/abyss.cc +++ b/crawl-ref/source/abyss.cc @@ -936,7 +936,7 @@ bool lugonu_corrupt_level(int power) mprf(MSGCH_GOD, "Lugonu's Hand of Corruption reaches out!"); - you.flash_colour = EC_MUTAGENIC; + you.flash_colour = ETC_MUTAGENIC; viewwindow(true, false); _initialise_level_corrupt_seeds(power); @@ -957,7 +957,7 @@ bool lugonu_corrupt_level(int power) _corrupt_level_features(*abyssal); run_corruption_effects(300); - you.flash_colour = EC_MUTAGENIC; + you.flash_colour = ETC_MUTAGENIC; viewwindow(true, false); // Allow extra time for the flash to linger. delay(1000); -- cgit v1.2.3-54-g00ecf