summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/initfile.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-01-29 17:42:56 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-01-29 17:42:56 +0000
commitb92ab27580d7d18a9458e3478d85ff8b8633106c (patch)
tree3fd6083e893939bff7d8dd72869fae7bbe29bc32 /crawl-ref/source/initfile.cc
parent1b87b6c8d4c8fb34b16eb8ddc4787f6421068222 (diff)
downloadcrawl-ref-b92ab27580d7d18a9458e3478d85ff8b8633106c.tar.gz
crawl-ref-b92ab27580d7d18a9458e3478d85ff8b8633106c.zip
Default no_dark_brand to true.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@907 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/initfile.cc')
-rw-r--r--crawl-ref/source/initfile.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/initfile.cc b/crawl-ref/source/initfile.cc
index 2f80f9f424..84e41f56f4 100644
--- a/crawl-ref/source/initfile.cc
+++ b/crawl-ref/source/initfile.cc
@@ -706,7 +706,7 @@ void game_options::reset_options()
heap_brand = CHATTR_NORMAL;
stab_brand = CHATTR_NORMAL;
may_stab_brand = CHATTR_NORMAL;
- no_dark_brand = 0;
+ no_dark_brand = true;
#ifdef WIZARD
wiz_mode = WIZ_NO;