summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/options.h
diff options
context:
space:
mode:
authorPekka Lampila <pekka.lampila@iki.fi>2013-12-14 12:20:28 +0200
committerPekka Lampila <pekka.lampila@iki.fi>2013-12-14 20:53:51 +0200
commit37fbb75470857b36c81126510db315074f2a370c (patch)
tree409df3c04d4080e19d760759f9f0b45d60d9bbd4 /crawl-ref/source/options.h
parent4fae1cc02d977decadfd03859e317c7b3ecf4c3b (diff)
downloadcrawl-ref-37fbb75470857b36c81126510db315074f2a370c.tar.gz
crawl-ref-37fbb75470857b36c81126510db315074f2a370c.zip
Remove remaining traces of tile_force_regenerate_levels
Diffstat (limited to 'crawl-ref/source/options.h')
-rw-r--r--crawl-ref/source/options.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/options.h b/crawl-ref/source/options.h
index 312771439f..623e2493d8 100644
--- a/crawl-ref/source/options.h
+++ b/crawl-ref/source/options.h
@@ -452,7 +452,6 @@ public:
bool tile_show_minihealthbar;
bool tile_show_minimagicbar;
bool tile_show_demon_tier;
- bool tile_force_regenerate_levels;
bool tile_water_anim;
vector<string> tile_layout_priority;
#endif