summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/options.h
diff options
context:
space:
mode:
authorPekka Lampila <pekka.lampila@iki.fi>2014-01-02 14:41:39 +0200
committerPekka Lampila <pekka.lampila@iki.fi>2014-01-02 14:41:39 +0200
commitfce588a4f1f1e2794a4d999f0e54cc183a287e67 (patch)
tree664ac8c0d2a3670f4071cefd34d5c7d7621716a4 /crawl-ref/source/options.h
parent4d8bd4c4b82c2dad30ec399a44ed89589f1af6e8 (diff)
downloadcrawl-ref-fce588a4f1f1e2794a4d999f0e54cc183a287e67.tar.gz
crawl-ref-fce588a4f1f1e2794a4d999f0e54cc183a287e67.zip
Use rc settings for tile scaling in WebTiles
tile_cell_pixels and tile_filter_scaling
Diffstat (limited to 'crawl-ref/source/options.h')
-rw-r--r--crawl-ref/source/options.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/options.h b/crawl-ref/source/options.h
index 6a5c18b569..07294d794a 100644
--- a/crawl-ref/source/options.h
+++ b/crawl-ref/source/options.h
@@ -432,11 +432,11 @@ public:
screen_mode tile_full_screen;
int tile_window_width;
int tile_window_height;
- int tile_cell_pixels;
- bool tile_filter_scaling;
maybe_bool tile_use_small_layout;
#endif
#ifdef USE_TILE
+ int tile_cell_pixels;
+ bool tile_filter_scaling;
int tile_map_pixels;
bool tile_force_overlay;