summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tileweb-text.h
diff options
context:
space:
mode:
authorFlorian Diebold <flodiebold@gmail.com>2011-05-22 14:01:59 +0200
committerFlorian Diebold <flodiebold@gmail.com>2011-06-26 17:41:29 +0200
commit03560809cbefbd2063f990f500fd8ac0ac7631a0 (patch)
treec1491d99f4d8f4347b52507a2c09a1d1374bec0d /crawl-ref/source/tileweb-text.h
parent55e834b109a80c84bbd75c78bdd0773b2fc83ce8 (diff)
downloadcrawl-ref-03560809cbefbd2063f990f500fd8ac0ac7631a0.tar.gz
crawl-ref-03560809cbefbd2063f990f500fd8ac0ac7631a0.zip
Send differences in text areas per-line.
Diffstat (limited to 'crawl-ref/source/tileweb-text.h')
-rw-r--r--crawl-ref/source/tileweb-text.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/tileweb-text.h b/crawl-ref/source/tileweb-text.h
index a184f126e9..2777260ce9 100644
--- a/crawl-ref/source/tileweb-text.h
+++ b/crawl-ref/source/tileweb-text.h
@@ -24,6 +24,9 @@ protected:
ucs_t *m_cbuf; // Character buffer
uint8_t *m_abuf; // Color buffer
+ ucs_t *m_old_cbuf;
+ uint8_t *m_old_abuf;
+
std::string m_client_side_name;
bool m_dirty;