summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/initfile.cc
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-04-10 12:37:25 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-04-17 13:29:49 -0400
commit3a74de583ef27cd1ccc8524d0145ec685f8357ca (patch)
tree5c0d703f14404ecbc9cea7dec1d86d36d0abbb54 /crawl-ref/source/initfile.cc
parent4e7d99abef2cb048052ff3dfafa338b19a7cb133 (diff)
downloadcrawl-ref-3a74de583ef27cd1ccc8524d0145ec685f8357ca.tar.gz
crawl-ref-3a74de583ef27cd1ccc8524d0145ec685f8357ca.zip
Remove the level_map_title option.
Diffstat (limited to 'crawl-ref/source/initfile.cc')
-rw-r--r--crawl-ref/source/initfile.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/initfile.cc b/crawl-ref/source/initfile.cc
index 7716989954..4763e5de30 100644
--- a/crawl-ref/source/initfile.cc
+++ b/crawl-ref/source/initfile.cc
@@ -879,8 +879,6 @@ void game_options::reset_options()
easy_exit_menu = false;
dos_use_background_intensity = true;
- level_map_title = true;
-
assign_item_slot = SS_FORWARD;
show_god_gift = MB_MAYBE;
@@ -3422,7 +3420,6 @@ void game_options::read_option_line(const string &str, bool runscript)
dump_item_origin_price = -1;
}
else BOOL_OPTION(dump_book_spells);
- else BOOL_OPTION(level_map_title);
else if (key == "darken_beyond_range")
darken_beyond_range = _read_bool(field, darken_beyond_range);
else BOOL_OPTION(pickup_menu);