summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)
{