summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-behv.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-11-30 12:12:33 +0100
committerAdam Borowski <kilobyte@angband.pl>2010-11-30 12:22:49 +0100
commita894667de6ded49dfb210d8062da9a1e59640be0 (patch)
tree039c5a1df596a99a053861e41a064e6364009327 /crawl-ref/source/mon-behv.h
parenta1c9b97faf979384c6305a7019c5367ea93d81a2 (diff)
downloadcrawl-ref-a894667de6ded49dfb210d8062da9a1e59640be0.tar.gz
crawl-ref-a894667de6ded49dfb210d8062da9a1e59640be0.zip
Further formatting fixes (and a few minor regular ones).
Diffstat (limited to 'crawl-ref/source/mon-behv.h')
-rw-r--r--crawl-ref/source/mon-behv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-behv.h b/crawl-ref/source/mon-behv.h
index 7ea4d67988..8ced20962f 100644
--- a/crawl-ref/source/mon-behv.h
+++ b/crawl-ref/source/mon-behv.h
@@ -43,7 +43,7 @@ bool monster_can_hit_monster(monster* mons, const monster* targ);
// the orb, if it's on the ground. Note that zotdef_target()
// returns the orb position, or you.pos if the orb's not
// on the ground.
-#define PLAYER_POS (crawl_state.game_is_zotdef()?zotdef_target():you.pos())
+#define PLAYER_POS (crawl_state.game_is_zotdef() ? zotdef_target() : you.pos())
coord_def zotdef_target();