summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stuff.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-21 20:54:19 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-21 20:54:19 +0000
commita18cc95452a32032a8bfc01c5c1c2f931a38911a (patch)
tree809b062b00b5a942f92428c5bd55879186fa8a00 /crawl-ref/source/stuff.cc
parent9284cc5dee2082710187e52e668dd209fd64c647 (diff)
downloadcrawl-ref-a18cc95452a32032a8bfc01c5c1c2f931a38911a.tar.gz
crawl-ref-a18cc95452a32032a8bfc01c5c1c2f931a38911a.zip
* Another tile speedup.
* Fix clean_map not working for Tiles. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.5@10014 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/stuff.cc')
-rw-r--r--crawl-ref/source/stuff.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/stuff.cc b/crawl-ref/source/stuff.cc
index 4fb4d9234f..43bcdb7a77 100644
--- a/crawl-ref/source/stuff.cc
+++ b/crawl-ref/source/stuff.cc
@@ -813,7 +813,7 @@ void redraw_screen(void)
print_stats();
if (Options.delay_message_clear)
- mesclr( true );
+ mesclr(true);
bool note_status = notes_are_active();
activate_notes(false);