From 4cc5a6812537ba01f1c9ae96f5ad25e0a9f63134 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Fri, 6 Nov 2009 16:23:26 -0600 Subject: Use coord_defs in a few more places. --- crawl-ref/source/mon-act.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/mon-act.cc') diff --git a/crawl-ref/source/mon-act.cc b/crawl-ref/source/mon-act.cc index 088774e2a1..527944a726 100644 --- a/crawl-ref/source/mon-act.cc +++ b/crawl-ref/source/mon-act.cc @@ -2680,7 +2680,7 @@ static void _mons_open_door(monsters* monster, const coord_def &pos) monster->lose_energy(EUT_MOVE); } -static bool _habitat_okay( const monsters *monster, dungeon_feature_type targ ) +static bool _habitat_okay(const monsters *monster, dungeon_feature_type targ) { return (monster_habitable_grid(monster, targ)); } -- cgit v1.2.3-54-g00ecf