From a0aa135f0ce4dfce59de5a6082742e31729c28a0 Mon Sep 17 00:00:00 2001 From: Johanna Ploog Date: Tue, 12 Jan 2010 23:06:30 +0100 Subject: Handle KILL_MISCAST in _killer_type_name(). --- crawl-ref/source/mon-stuff.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/mon-stuff.cc') diff --git a/crawl-ref/source/mon-stuff.cc b/crawl-ref/source/mon-stuff.cc index df55300d00..5977db482f 100644 --- a/crawl-ref/source/mon-stuff.cc +++ b/crawl-ref/source/mon-stuff.cc @@ -1378,6 +1378,8 @@ static std::string _killer_type_name(killer_type killer) return ("mon_missile"); case KILL_YOU_CONF: return ("you_conf"); + case KILL_MISCAST: + return ("miscast"); case KILL_MISC: return ("misc"); case KILL_RESET: -- cgit v1.2.3-54-g00ecf