summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hiscores.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-09 20:28:26 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-09 20:28:26 +0000
commit0b3e4a3a26f964bfd37347b4aa8425b4b2d7f1db (patch)
treeeed15ff1e17302ed715c4c6a141ec4258d8b54a9 /crawl-ref/source/hiscores.cc
parent847d18dc0c092ff23aa03cfc23b7bc1c32f2dabe (diff)
downloadcrawl-ref-0b3e4a3a26f964bfd37347b4aa8425b4b2d7f1db.tar.gz
crawl-ref-0b3e4a3a26f964bfd37347b4aa8425b4b2d7f1db.zip
* Updated change log.
* Fixed an ASSERT when quitting. If no one finds any urgent problems (someone please try compiling and playing on Windows, both ASCII and Tiles) I'll branch tomorrow. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@7801 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/hiscores.cc')
-rw-r--r--crawl-ref/source/hiscores.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/hiscores.cc b/crawl-ref/source/hiscores.cc
index edd1d42afe..b7d9739b51 100644
--- a/crawl-ref/source/hiscores.cc
+++ b/crawl-ref/source/hiscores.cc
@@ -431,7 +431,7 @@ static const char *kill_method_names[] =
"wild_magic", "xom", "statue", "rotting", "targeting", "spore",
"tso_smiting", "petrification", "unknown", "something",
"falling_down_stairs", "acid", "curare", "melting", "bleeding",
- "beogh_smiting", "divine_wrath"
+ "beogh_smiting"
};
const char *kill_method_name(kill_method_type kmt)