summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monster.cc
diff options
context:
space:
mode:
authorStefan O'Rear <stefanor@cox.net>2009-11-12 01:05:50 -0800
committerStefan O'Rear <stefanor@cox.net>2009-11-12 01:05:50 -0800
commit0f338eb725f33ee68843fb3bc178bfd9bc65cb22 (patch)
tree6c4ef451572f2324f9f65ab8063c94e8f840bc2c /crawl-ref/source/monster.cc
parent9f7066eab03883b18610a629a3a84731cd26ca13 (diff)
downloadcrawl-ref-0f338eb725f33ee68843fb3bc178bfd9bc65cb22.tar.gz
crawl-ref-0f338eb725f33ee68843fb3bc178bfd9bc65cb22.zip
Add a CrawlHashTable to monster objects
Diffstat (limited to 'crawl-ref/source/monster.cc')
-rw-r--r--crawl-ref/source/monster.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monster.cc b/crawl-ref/source/monster.cc
index db08f3d07e..1982175f14 100644
--- a/crawl-ref/source/monster.cc
+++ b/crawl-ref/source/monster.cc
@@ -52,7 +52,7 @@ monsters::monsters()
inv(NON_ITEM), spells(), attitude(ATT_HOSTILE), behaviour(BEH_WANDER),
foe(MHITYOU), enchantments(), flags(0L), experience(0), number(0),
colour(BLACK), foe_memory(0), shield_blocks(0), god(GOD_NO_GOD), ghost(),
- seen_context("")
+ seen_context(""), props()
{
travel_path.clear();
}