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.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/crawl-ref/source/monplace.h b/crawl-ref/source/monplace.h
index 7f343b81f0..2b318710ef 100644
--- a/crawl-ref/source/monplace.h
+++ b/crawl-ref/source/monplace.h
@@ -174,11 +174,12 @@ void mark_interesting_monst(struct monsters* monster,
bool grid_compatible(dungeon_feature_type grid_wanted,
dungeon_feature_type actual_grid,
bool generation = false);
-bool monster_habitable_grid(int monster_class,
- dungeon_feature_type actual_grid,
- int flies = -1, bool paralysed = false);
bool monster_habitable_grid(const monsters *m,
dungeon_feature_type actual_grid);
+bool monster_habitable_grid(int monster_class,
+ dungeon_feature_type actual_grid,
+ int flies = -1,
+ bool paralysed = false);
bool monster_can_submerge(int monster_class, int grid);
coord_def find_newmons_square(int mons_class, int x, int y);