summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Otto <ottochar@gmail.com>2009-11-02 21:01:33 -0500
committerCharles Otto <ottochar@gmail.com>2009-11-02 22:05:59 -0500
commit7da5fd2d9763721f49de5cd759f8f6b80d3d5e45 (patch)
tree3d7ff8d4c19f8aaae77b60b71efeece737cb9eff
parentefdc56d53af523261c101a2200369ecc84fcca0c (diff)
downloadcrawl-ref-7da5fd2d9763721f49de5cd759f8f6b80d3d5e45.tar.gz
crawl-ref-7da5fd2d9763721f49de5cd759f8f6b80d3d5e45.zip
Increase sunlight's draw delay.
-rw-r--r--crawl-ref/source/spells2.cc8
1 files changed, 5 insertions, 3 deletions
diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc
index 6d1cb1b31a..32fdaa6f20 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -1982,9 +1982,11 @@ bool sunlight()
plant_count++;
}
}
- delay(50);
-
- update_screen();
+ // move the cursor out of the way (it looks weird ok)
+#ifndef USE_TILE
+ cgotoxy(base.x, base.y, GOTO_DNGN);
+#endif
+ delay(200);
if (plant_count)
{