summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-11-11 23:19:49 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-11-11 23:20:44 +0100
commitde51ab0f2e7ac13775085c7fd421e18ca0c3d4b0 (patch)
tree4d90b414a204d5bac7087cc3bc84fc1d5f5b1944 /crawl-ref/source/ouch.h
parent09961c879bea7de0db41e838b3a2eb09040ba073 (diff)
downloadcrawl-ref-de51ab0f2e7ac13775085c7fd421e18ca0c3d4b0.tar.gz
crawl-ref-de51ab0f2e7ac13775085c7fd421e18ca0c3d4b0.zip
Revert removal of KILLED_BY_PETRIFICATION, old score files need that.
Diffstat (limited to 'crawl-ref/source/ouch.h')
-rw-r--r--crawl-ref/source/ouch.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/ouch.h b/crawl-ref/source/ouch.h
index 276734c8df..3f0870a084 100644
--- a/crawl-ref/source/ouch.h
+++ b/crawl-ref/source/ouch.h
@@ -14,6 +14,8 @@
#include "beam.h"
// Keep in sync with names in hiscores.cc.
+// Note that you can't ever remove entries from here -- not even when a major
+// save tag is bumped, or listing scores will break. The order doesn't matter.
enum kill_method_type
{
KILLED_BY_MONSTER,
@@ -39,6 +41,7 @@ enum kill_method_type
KILLED_BY_TARGETING,
KILLED_BY_SPORE,
KILLED_BY_TSO_SMITING,
+ KILLED_BY_PETRIFICATION,
KILLED_BY_SOMETHING,
KILLED_BY_FALLING_DOWN_STAIRS,
KILLED_BY_ACID,