summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monplace.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monplace.h')
-rw-r--r--crawl-ref/source/monplace.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/monplace.h b/crawl-ref/source/monplace.h
index 8d98254c17..36a3ebdf22 100644
--- a/crawl-ref/source/monplace.h
+++ b/crawl-ref/source/monplace.h
@@ -324,8 +324,7 @@ void mark_interesting_monst(monsters* monster,
beh_type behaviour = BEH_SLEEP);
bool grid_compatible(dungeon_feature_type grid_wanted,
- dungeon_feature_type actual_grid,
- bool generation = false);
+ dungeon_feature_type actual_grid);
bool monster_habitable_grid(const monsters *m,
dungeon_feature_type actual_grid);
bool monster_habitable_grid(int monster_class,