summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/output.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/output.cc')
-rw-r--r--crawl-ref/source/output.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/output.cc b/crawl-ref/source/output.cc
index 30ab854b2e..fdcc9380bb 100644
--- a/crawl-ref/source/output.cc
+++ b/crawl-ref/source/output.cc
@@ -136,6 +136,7 @@ class colour_bar
textcolor(m_empty);
putch('-');
}
+#endif
// If some change colour was rendered, redraw in a few
// turns to clear it out.
@@ -143,7 +144,6 @@ class colour_bar
m_request_redraw_after = you.num_turns + 4;
else
m_request_redraw_after = 0;
-#endif
}
textcolor(LIGHTGREY);