From 0478cf9dc1024fc86ac60653ac3177a29c271d36 Mon Sep 17 00:00:00 2001 From: ennewalker Date: Fri, 6 Feb 2009 02:20:27 +0000 Subject: [2455926] [2004675] Fixing "strange colored box" problem on Win32. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8919 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/libw32c.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/libw32c.cc') 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() -- cgit v1.2.3-54-g00ecf