summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-place.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2010-07-25 15:18:18 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2010-07-25 16:27:33 -0500
commitc329224f16339f81f13fab1b7506d25e61f9d669 (patch)
tree299a6fd11c243a343d6d7b39b38487d4f307854b /crawl-ref/source/mon-place.h
parent043dc4ffc810d36e6aade4bed264fcc27a2a2e0a (diff)
downloadcrawl-ref-c329224f16339f81f13fab1b7506d25e61f9d669.tar.gz
crawl-ref-c329224f16339f81f13fab1b7506d25e61f9d669.zip
Use mons_base_type() instead of manually checking (non)zombified status.
Diffstat (limited to 'crawl-ref/source/mon-place.h')
-rw-r--r--crawl-ref/source/mon-place.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-place.h b/crawl-ref/source/mon-place.h
index 0306a61038..6defbdbf60 100644
--- a/crawl-ref/source/mon-place.h
+++ b/crawl-ref/source/mon-place.h
@@ -111,7 +111,7 @@ void mark_interesting_monst(monsters* monster,
bool feat_compatible(dungeon_feature_type grid_wanted,
dungeon_feature_type actual_grid);
-bool monster_habitable_grid(const monsters *m,
+bool monster_habitable_grid(const monsters *mon,
dungeon_feature_type actual_grid);
bool monster_habitable_grid(
monster_type montype,