summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/view.cc b/crawl-ref/source/view.cc
index 8dfd504f3e..c8d154f888 100644
--- a/crawl-ref/source/view.cc
+++ b/crawl-ref/source/view.cc
@@ -885,7 +885,7 @@ void viewwindow(bool monster_updates, bool show_updates)
bool run_dont_draw = you.running && Options.travel_delay < 0
&& (!you.running.is_explore() || Options.explore_delay < 0);
- if (run_dont_draw || you.asleep() || is_resting())
+ if (run_dont_draw || you.asleep())
return;
cursor_control cs(false);