summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Monster.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Mobs/Monster.h')
-rw-r--r--src/Mobs/Monster.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mobs/Monster.h b/src/Mobs/Monster.h
index ca3c04c23..86c882d47 100644
--- a/src/Mobs/Monster.h
+++ b/src/Mobs/Monster.h
@@ -96,7 +96,7 @@ public:
virtual bool ReachedDestination(void);
// tolua_begin
- eType GetMobType(void) const {return m_MobType; }
+ eType GetMobType(void) const { return m_MobType; }
eFamily GetMobFamily(void) const;
// tolua_end