summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/initfile.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-26 22:31:01 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-26 22:31:01 +0000
commitcc279c7aa6e04db390bed9bc28f3d2f48f2ea6d7 (patch)
tree1cfe922ec090a5eef886ca592616dab1e8190997 /crawl-ref/source/initfile.cc
parent54aec4d505c1ae364d89c2b464b24204c24e1f96 (diff)
downloadcrawl-ref-cc279c7aa6e04db390bed9bc28f3d2f48f2ea6d7.tar.gz
crawl-ref-cc279c7aa6e04db390bed9bc28f3d2f48f2ea6d7.zip
Kill hard tabs, and add whitespace fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6158 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/initfile.cc')
-rw-r--r--crawl-ref/source/initfile.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/initfile.cc b/crawl-ref/source/initfile.cc
index d759d130d2..bbf41a480c 100644
--- a/crawl-ref/source/initfile.cc
+++ b/crawl-ref/source/initfile.cc
@@ -2574,8 +2574,8 @@ void game_options::read_option_line(const std::string &str, bool runscript)
else BOOL_OPTION(explore_greedy);
else BOOL_OPTION(explore_improved);
- BOOL_OPTION(trap_prompt);
- else if (key == "stash_tracking")
+ BOOL_OPTION(trap_prompt);
+ else if (key == "stash_tracking")
{
stash_tracking =
field == "dropped" ? STM_DROPPED :