summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.cc
diff options
context:
space:
mode:
authorennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-20 18:11:48 +0000
committerennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-20 18:11:48 +0000
commit58a4fbec35500d744cb966d43885734b4da5f7d9 (patch)
tree433b5f2bf84e05c1f556bf7daa15387db34866a6 /crawl-ref/source/spells3.cc
parentb184952d37ef761e55a1035025da0288b5c21cf0 (diff)
downloadcrawl-ref-58a4fbec35500d744cb966d43885734b4da5f7d9.tar.gz
crawl-ref-58a4fbec35500d744cb966d43885734b4da5f7d9.zip
Fixing tile caching bug (resulting in temporarily disappearing items/monsters.)
Added sanctuary art. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3310 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells3.cc')
-rw-r--r--crawl-ref/source/spells3.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc
index 4df5708550..0a62f4473d 100644
--- a/crawl-ref/source/spells3.cc
+++ b/crawl-ref/source/spells3.cc
@@ -896,7 +896,9 @@ bool cast_sanctuary(const int power)
you.flash_colour = WHITE;
viewwindow( true, false );
holy_word( 100, true );
+#ifndef USE_TILE
delay(1000);
+#endif
env.sanctuary_pos.x = you.x_pos;
env.sanctuary_pos.y = you.y_pos;