summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/invent.h
diff options
context:
space:
mode:
authorFlorian Diebold <flodiebold@gmail.com>2011-11-05 04:15:00 +0100
committerFlorian Diebold <flodiebold@gmail.com>2011-12-08 22:52:58 +0100
commit15055ff1e639201928917d7f54f1d0a61ffad2a7 (patch)
tree7ec92e7c1219cfc3e3dc35203bdf90a09d7e8d6c /crawl-ref/source/invent.h
parente54b525164596b6559e19fc9d86016d9bf36e983 (diff)
downloadcrawl-ref-15055ff1e639201928917d7f54f1d0a61ffad2a7.tar.gz
crawl-ref-15055ff1e639201928917d7f54f1d0a61ffad2a7.zip
Implement dedicated Menu support for Webtiles.
This is just for menus using the Menu class. It means that the menu items are laid out in html on the client side, the menu size adapts to the window of each spectator, and scrolling is done client-side.
Diffstat (limited to 'crawl-ref/source/invent.h')
-rw-r--r--crawl-ref/source/invent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/invent.h b/crawl-ref/source/invent.h
index 6a54ded736..83d929a45b 100644
--- a/crawl-ref/source/invent.h
+++ b/crawl-ref/source/invent.h
@@ -116,7 +116,7 @@ public:
virtual std::string get_filter_text() const;
-#ifdef USE_TILE_LOCAL
+#ifdef USE_TILE
virtual bool get_tiles(std::vector<tile_def>& tiles) const;
#endif