summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-act.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-06 16:23:26 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-06 16:23:26 -0600
commit4cc5a6812537ba01f1c9ae96f5ad25e0a9f63134 (patch)
tree2bad7e57c5c4a21ce2f3c31b79739cb953fbba27 /crawl-ref/source/mon-act.cc
parentf9b61b5115bb93a1381cfc3032820489875624c5 (diff)
downloadcrawl-ref-4cc5a6812537ba01f1c9ae96f5ad25e0a9f63134.tar.gz
crawl-ref-4cc5a6812537ba01f1c9ae96f5ad25e0a9f63134.zip
Use coord_defs in a few more places.
Diffstat (limited to 'crawl-ref/source/mon-act.cc')
-rw-r--r--crawl-ref/source/mon-act.cc2
1 files changed, 1 insertions, 1 deletions
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));
}