From d67ff3694bcd10609d69fb2dfa800f9f151e9955 Mon Sep 17 00:00:00 2001 From: Darshan Shaligram Date: Thu, 7 Jan 2010 20:58:22 +0530 Subject: Set wizmode flag correctly in milestones even for non-wizard builds. --- crawl-ref/source/hiscores.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'crawl-ref/source') 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 -- cgit v1.2.3-54-g00ecf