summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libw32c.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/libw32c.cc')
-rw-r--r--crawl-ref/source/libw32c.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/libw32c.cc b/crawl-ref/source/libw32c.cc
index 73d1701873..af2fcad235 100644
--- a/crawl-ref/source/libw32c.cc
+++ b/crawl-ref/source/libw32c.cc
@@ -1008,6 +1008,7 @@ void puttext(int x1, int y1, int x2, int y2, const screen_buffer_t *buf)
}
}
update_screen();
+ textattr(WHITE);
}
void update_screen()