summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hiscores.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2010-07-30 14:47:11 +0200
committerRobert Vollmert <rvollmert@gmx.net>2010-07-30 14:47:11 +0200
commitcb52d98255e951dff479f6b4ca6049d35f3764b4 (patch)
tree1c1b1583b409ae11f2ea8a389fbb8d5e08fcb8dc /crawl-ref/source/hiscores.h
parent74f76eb08549f564dbb50eb9c9b8ce69f2cd2003 (diff)
downloadcrawl-ref-cb52d98255e951dff479f6b4ca6049d35f3764b4.tar.gz
crawl-ref-cb52d98255e951dff479f6b4ca6049d35f3764b4.zip
Always store full trap name in kaux.
Fixes things like "killed by triggering a a Zot trap trap" or "killed by triggering a hand axe trap".
Diffstat (limited to 'crawl-ref/source/hiscores.h')
-rw-r--r--crawl-ref/source/hiscores.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/hiscores.h b/crawl-ref/source/hiscores.h
index cbdbd5c186..d92172b2ba 100644
--- a/crawl-ref/source/hiscores.h
+++ b/crawl-ref/source/hiscores.h
@@ -162,7 +162,6 @@ private:
std::string terse_missile_name() const;
std::string terse_beam_cause() const;
std::string terse_wild_magic() const;
- std::string terse_trap() const;
const char *damage_verb() const;
std::string death_source_desc() const;
std::string damage_string(bool terse = false) const;