summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/options.h
diff options
context:
space:
mode:
authorPekka Lampila <pekka.lampila@iki.fi>2014-01-13 02:54:17 +0200
committerPekka Lampila <pekka.lampila@iki.fi>2014-01-13 03:00:02 +0200
commitcc20582a5da650792aa37c3b990ce32b897fe7a5 (patch)
treedabc344e8f0149558ae4a73cc26434315d65926d /crawl-ref/source/options.h
parentc0dc10919bdbedfe3640ca2a5e9c260179ce7f1e (diff)
downloadcrawl-ref-cc20582a5da650792aa37c3b990ce32b897fe7a5.tar.gz
crawl-ref-cc20582a5da650792aa37c3b990ce32b897fe7a5.zip
WebTiles options to hide/show messages/sidebar when using level map
Sidebar is no longer hidden by default, so that minimap remains visible. To get old behaviour use: tile_level_map_hide_sidebar = true
Diffstat (limited to 'crawl-ref/source/options.h')
-rw-r--r--crawl-ref/source/options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/options.h b/crawl-ref/source/options.h
index bb1c887acf..b9faee9c9b 100644
--- a/crawl-ref/source/options.h
+++ b/crawl-ref/source/options.h
@@ -461,6 +461,8 @@ public:
#ifdef USE_TILE_WEB
bool tile_realtime_anim;
string tile_display_mode;
+ bool tile_level_map_hide_messages;
+ bool tile_level_map_hide_sidebar;
#endif
typedef map<string, string> opt_map;