summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monstuff.cc')
-rw-r--r--crawl-ref/source/monstuff.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index 6b0918123f..87edb41f96 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -1971,11 +1971,11 @@ static bool _wounded_damaged(int monster_type)
void behaviour_event( monsters *mon, int event, int src,
int src_x, int src_y )
{
- bool isSmart = (mons_intel(mon->type) > I_ANIMAL);
- bool isFriendly = mons_friendly(mon);
+ bool isSmart = (mons_intel(mon->type) > I_ANIMAL);
+ bool isFriendly = mons_friendly(mon);
bool sourceFriendly = false;
- bool setTarget = false;
- bool breakCharm = false;
+ bool setTarget = false;
+ bool breakCharm = false;
if (src == MHITYOU)
sourceFriendly = true;
@@ -2023,7 +2023,7 @@ void behaviour_event( monsters *mon, int event, int src,
if (src == MHITYOU)
{
mon->attitude = ATT_HOSTILE;
- breakCharm = true;
+ breakCharm = true;
}
}