summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hiscores.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-12-15 22:34:55 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-12-15 23:16:43 +0100
commitf81fc34f7f4f4cab5ba1cc01ba8c0e96498574a4 (patch)
tree9912318671f72f26db66d7eb483dc3b63a1b7856 /crawl-ref/source/hiscores.cc
parent02256d318a68bc0fed1949633981fc14d2f7147c (diff)
downloadcrawl-ref-f81fc34f7f4f4cab5ba1cc01ba8c0e96498574a4.tar.gz
crawl-ref-f81fc34f7f4f4cab5ba1cc01ba8c0e96498574a4.zip
Remove Mislead.
It was a pure interface screw, and even worse, required a large amount of support code that's a maintenance burden, causing crashes we need to fix from time to time.
Diffstat (limited to 'crawl-ref/source/hiscores.cc')
-rw-r--r--crawl-ref/source/hiscores.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/crawl-ref/source/hiscores.cc b/crawl-ref/source/hiscores.cc
index 81462e20be..352b8ebd2a 100644
--- a/crawl-ref/source/hiscores.cc
+++ b/crawl-ref/source/hiscores.cc
@@ -1139,12 +1139,6 @@ void scorefile_entry::init_death_cause(int dam, int dsrc,
if (source_monster)
killer_map = source_monster->originating_map();
- // Save this here. We don't want to completely remove the status, as that
- // would look odd in the "screenshot", but having DUR_MISLED as a non-zero
- // value at his point in time will generate such odities as "killed by a
- // golden eye, wielding an orcish crossbo [19 damage]", etc. {due}
- unwind_var<int> misled(you.duration[DUR_MISLED], 0);
-
// Set the default aux data value...
// If aux is passed in (ie for a trap), we'll default to that.
if (aux == NULL)
@@ -1505,7 +1499,6 @@ void scorefile_entry::init(time_t dt)
DUR_LOWERED_MR,
DUR_MAGIC_SHIELD,
DUR_MIGHT,
- DUR_MISLED,
DUR_PARALYSIS,
DUR_PETRIFIED,
DUR_PETRIFYING,