From a4216190921d3a0912924df441f7cad3752de02a Mon Sep 17 00:00:00 2001 From: ennewalker Date: Sun, 5 Oct 2008 03:15:39 +0000 Subject: Graphical support for range restrictions of spells in tiles mode. Clicking past the max range will now fire as far as it can, rather than just giving an error. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7135 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/initfile.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/initfile.cc') diff --git a/crawl-ref/source/initfile.cc b/crawl-ref/source/initfile.cc index 4dfaf1ac3e..a08ff7d80e 100644 --- a/crawl-ref/source/initfile.cc +++ b/crawl-ref/source/initfile.cc @@ -2210,7 +2210,9 @@ void game_options::read_option_line(const std::string &str, bool runscript) } #endif else BOOL_OPTION(show_gold_turns); +#ifndef USE_TILE else BOOL_OPTION(show_beam); +#endif #ifndef SAVE_DIR_PATH else if (key == "morgue_dir") { -- cgit v1.2.3-54-g00ecf