From c602df19e39a4092f2307f414c7ea7d6a7fe3af1 Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Thu, 10 Dec 2009 10:36:28 +1000 Subject: Minor tweaks to TILE: specifier. --- crawl-ref/source/mapdef.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/mapdef.h') diff --git a/crawl-ref/source/mapdef.h b/crawl-ref/source/mapdef.h index d24ad4a2da..3420b0d1b2 100644 --- a/crawl-ref/source/mapdef.h +++ b/crawl-ref/source/mapdef.h @@ -560,6 +560,8 @@ class mons_spec monster_spells spells; unsigned long extra_monster_flags; + CrawlHashTable props; + mons_spec(int id = RANDOM_MONSTER, monster_type base = MONS_NO_MONSTER, int num = 0, @@ -570,7 +572,7 @@ class mons_spec generate_awake(awaken), patrolling(false), band(false), colour(BLACK), hd(0), hp(0), abjuration_duration(0), summon_type(0), items(), monname(""), non_actor_summoner(""), explicit_spells(false), - spells(), extra_monster_flags(0L) + spells(), extra_monster_flags(0L), props() { } }; -- cgit v1.2.3-54-g00ecf