summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fineff.cc
diff options
context:
space:
mode:
authorFlorian Diebold <flodiebold@gmail.com>2011-12-06 01:26:33 +0100
committerFlorian Diebold <flodiebold@gmail.com>2011-12-08 22:52:59 +0100
commit90cb4c8ac298b0c6575235df1e89dde18520bed9 (patch)
tree044dc6daa794740a21a11ca21e9f3ba8c34101ef /crawl-ref/source/fineff.cc
parentc12c29db0306c9dc45405604b2ee3a3be578d20c (diff)
downloadcrawl-ref-90cb4c8ac298b0c6575235df1e89dde18520bed9.tar.gz
crawl-ref-90cb4c8ac298b0c6575235df1e89dde18520bed9.zip
Enable flash_monster_colour calls in Webtiles.
They aren't implemented in the Webtiles interface, but they should still be there for equivalence with normal console.
Diffstat (limited to 'crawl-ref/source/fineff.cc')
-rw-r--r--crawl-ref/source/fineff.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/fineff.cc b/crawl-ref/source/fineff.cc
index affe28d8de..0ee75b3884 100644
--- a/crawl-ref/source/fineff.cc
+++ b/crawl-ref/source/fineff.cc
@@ -83,7 +83,7 @@ void fire_final_effects()
else if (fe.def == MID_PLAYER)
{
simple_god_message(" mirrors your injury!");
-#ifndef USE_TILE
+#ifndef USE_TILE_LOCAL
flash_monster_colour(attacker->as_monster(), RED, 200);
#endif