summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-behv.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-12-12 14:55:44 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-12-14 02:08:31 +0100
commit72a172d54a234456da31dc448418128ccafc0aa5 (patch)
tree942982a4d7bca230e6dad92876a8238493cbbee5 /crawl-ref/source/mon-behv.cc
parentf145d66dd3431247d0976e8c67ec04160158c312 (diff)
downloadcrawl-ref-72a172d54a234456da31dc448418128ccafc0aa5.tar.gz
crawl-ref-72a172d54a234456da31dc448418128ccafc0aa5.zip
Brace and doublespace removal.
Diffstat (limited to 'crawl-ref/source/mon-behv.cc')
-rw-r--r--crawl-ref/source/mon-behv.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-behv.cc b/crawl-ref/source/mon-behv.cc
index e1476fa72d..94db1476a6 100644
--- a/crawl-ref/source/mon-behv.cc
+++ b/crawl-ref/source/mon-behv.cc
@@ -456,7 +456,7 @@ void handle_behaviour(monster* mon)
&& mon->type != MONS_BATTLESPHERE
&& mon->type != MONS_SPECTRAL_WEAPON)
{
- if (!crawl_state.game_is_zotdef())
+ if (!crawl_state.game_is_zotdef())
{
if (you.pet_target != MHITNOT)
mon->foe = you.pet_target;