summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.cc
diff options
context:
space:
mode:
authorHaran Pilpel <haranp@users.sourceforge.net>2010-01-13 12:14:28 +0200
committerHaran Pilpel <haranp@users.sourceforge.net>2010-01-13 12:14:28 +0200
commit2ee889338d8f6210ebedf62ad734dd838fa9b84e (patch)
tree2e67990c60166880b82ce0ce330ff0504820f850 /crawl-ref/source/spells4.cc
parent0006e0fb40608e22da90142cb8646cb67fafb3e5 (diff)
downloadcrawl-ref-2ee889338d8f6210ebedf62ad734dd838fa9b84e.tar.gz
crawl-ref-2ee889338d8f6210ebedf62ad734dd838fa9b84e.zip
s/USE_TILES/USE_TILE/
Diffstat (limited to 'crawl-ref/source/spells4.cc')
-rw-r--r--crawl-ref/source/spells4.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells4.cc b/crawl-ref/source/spells4.cc
index 4d089f02e3..4486a848d3 100644
--- a/crawl-ref/source/spells4.cc
+++ b/crawl-ref/source/spells4.cc
@@ -737,7 +737,7 @@ void cast_ignite_poison(int pow)
apply_area_visible(_ignite_poison_objects, pow);
apply_area_visible(_ignite_poison_monsters, pow);
-#ifndef USE_TILES
+#ifndef USE_TILE
delay(100); // show a brief flash
#endif
flash_view(0);