summaryrefslogtreecommitdiffstats
path: root/src/MobCensus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/MobCensus.h')
-rw-r--r--src/MobCensus.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/MobCensus.h b/src/MobCensus.h
index 1d1123cfa..677b16e03 100644
--- a/src/MobCensus.h
+++ b/src/MobCensus.h
@@ -24,7 +24,7 @@ as side effect 2 : it also know the caps for mobs number and can compare census
*/
class cMobCensus
{
-public:
+ public:
/** Returns the nested proximity counter */
cMobProximityCounter & GetProximityCounter(void);
@@ -41,7 +41,7 @@ public:
/** log the results of census to server console */
void Logd(void);
-protected :
+ protected:
cMobProximityCounter m_ProximityCounter;
cMobFamilyCollecter m_MobFamilyCollecter;
@@ -52,8 +52,4 @@ protected :
/** Returns the cap multiplier value of the given monster family */
static int GetCapMultiplier(cMonster::eFamily a_MobFamily);
-} ;
-
-
-
-
+};