summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libw32c.cc
diff options
context:
space:
mode:
authorennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-06 02:20:27 +0000
committerennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-06 02:20:27 +0000
commit0478cf9dc1024fc86ac60653ac3177a29c271d36 (patch)
tree1f5a84a8b4eb0d54f26a8fd9367811965ceefa36 /crawl-ref/source/libw32c.cc
parent56c98916d5c67aa633b1a05d051e1c132723786c (diff)
downloadcrawl-ref-0478cf9dc1024fc86ac60653ac3177a29c271d36.tar.gz
crawl-ref-0478cf9dc1024fc86ac60653ac3177a29c271d36.zip
[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
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()