summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/chardump.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-16 08:52:19 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-16 08:52:19 +0000
commitfe642d0694ff166fb0b65255c37f05b9d2ee73e1 (patch)
treed8dfe9fbd60c86b053e149c693a4561a1baa39cc /crawl-ref/source/chardump.cc
parent20161f7b196c4e760f8ef9468a4a621018eafd05 (diff)
downloadcrawl-ref-fe642d0694ff166fb0b65255c37f05b9d2ee73e1.tar.gz
crawl-ref-fe642d0694ff166fb0b65255c37f05b9d2ee73e1.zip
Removed: safe_autopickup, safe_zero_exp, lowercase_invocations,
always_greet, terse_hand, increasing_skill_progress, use_notes, confirm_self_target. (default_autoprayer still exists.) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2859 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/chardump.cc')
-rw-r--r--crawl-ref/source/chardump.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/chardump.cc b/crawl-ref/source/chardump.cc
index c2edaf5137..478ad3657e 100644
--- a/crawl-ref/source/chardump.cc
+++ b/crawl-ref/source/chardump.cc
@@ -556,7 +556,7 @@ static void sdump_screenshot(dump_params &par)
static void sdump_notes(dump_params &par)
{
std::string &text(par.text);
- if ( note_list.size() == 0 || Options.use_notes == false )
+ if ( note_list.empty() )
return;
text += "\nNotes\nTurn | Place | Note\n";