summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tileweb.h
diff options
context:
space:
mode:
authorFlorian Diebold <flodiebold@gmail.com>2011-09-15 23:37:20 +0200
committerFlorian Diebold <flodiebold@gmail.com>2011-09-30 23:09:35 +0200
commit0f2e4f93bf0584c49e4f88fe34646f6d11cb3f7a (patch)
tree420ff7a1f70b8e6f5677c8bf39c76c4449e119cc /crawl-ref/source/tileweb.h
parent56e6f7b2fd96f80da0174a264330e8cadb3697ef (diff)
downloadcrawl-ref-0f2e4f93bf0584c49e4f88fe34646f6d11cb3f7a.tar.gz
crawl-ref-0f2e4f93bf0584c49e4f88fe34646f6d11cb3f7a.zip
Refactor Webtiles rendering, and more preparations for monster list.
Most rendering code is moved to cell_renderer.js into the DungeonCellRenderer class. It can now render to any canvas, which is necessary for rendering the monster list. Also, fix the monster bookkeeping in map_knowledge and add a stub monster_list module. Finally, some whitespace fixes.
Diffstat (limited to 'crawl-ref/source/tileweb.h')
-rw-r--r--crawl-ref/source/tileweb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/tileweb.h b/crawl-ref/source/tileweb.h
index 0b0f940355..fd34a1e691 100644
--- a/crawl-ref/source/tileweb.h
+++ b/crawl-ref/source/tileweb.h
@@ -66,7 +66,7 @@ public:
void write_message(const char *format, ...);
void finish_message();
void send_message(const char *format, ...);
-
+
/* Adds a prefix that will be written before any other
data that is sent after this call, unless no other
data is sent until pop_prefix is called. The suffix