summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/options.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-09-02 00:26:04 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-09-02 00:26:46 +0200
commite5896199816a531e7d45b74e28665150a1d480a6 (patch)
tree310f9598b73bb923cd2cf3f1920a1842144807d6 /crawl-ref/source/options.h
parentc2056710e74d7992a70fe69a5a282fa31fac6749 (diff)
downloadcrawl-ref-e5896199816a531e7d45b74e28665150a1d480a6.tar.gz
crawl-ref-e5896199816a531e7d45b74e28665150a1d480a6.zip
Add an option, tile_water_anim=false, to disable animation of liquids.
No docs yet.
Diffstat (limited to 'crawl-ref/source/options.h')
-rw-r--r--crawl-ref/source/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/options.h b/crawl-ref/source/options.h
index 222376490d..40ff7093fe 100644
--- a/crawl-ref/source/options.h
+++ b/crawl-ref/source/options.h
@@ -449,6 +449,7 @@ public:
bool tile_show_minimagicbar;
bool tile_show_demon_tier;
bool tile_force_regenerate_levels;
+ bool tile_water_anim;
vector<string> tile_layout_priority;
#endif