summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hiscores.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/hiscores.cc')
-rw-r--r--crawl-ref/source/hiscores.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/hiscores.cc b/crawl-ref/source/hiscores.cc
index bf684601c8..055e61bc4b 100644
--- a/crawl-ref/source/hiscores.cc
+++ b/crawl-ref/source/hiscores.cc
@@ -1140,11 +1140,7 @@ void scorefile_entry::init()
gold_found = you.attribute[ATTR_GOLD_FOUND];
gold_spent = you.attribute[ATTR_PURCHASES];
-#ifdef WIZARD
wiz_mode = (you.wizard ? 1 : 0);
-#else
- wiz_mode = 0;
-#endif
}
std::string scorefile_entry::hiscore_line(death_desc_verbosity verbosity) const