diff options
Diffstat (limited to 'src/game/ScriptedCreature.h')
-rw-r--r-- | src/game/ScriptedCreature.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/ScriptedCreature.h b/src/game/ScriptedCreature.h index ff7495c9bd6..047cfc27b86 100644 --- a/src/game/ScriptedCreature.h +++ b/src/game/ScriptedCreature.h @@ -271,7 +271,7 @@ struct BossAI : public ScriptedAI bool CheckInRoom() { - if(CheckBoundary(me)) + if (CheckBoundary(me)) return true; EnterEvadeMode(); return false; |