diff options
author | madmaxoft <github@xoft.cz> | 2014-07-19 15:23:40 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-07-19 15:23:40 +0200 |
commit | 08748bafe26145cd61a179abd131a9dba6065450 (patch) | |
tree | 3e69eef8ca94d13b565da38b11699af2d4590e02 /src/MobProximityCounter.h | |
parent | CheckBasicStyle: Check spaces around commas. (diff) | |
download | cuberite-08748bafe26145cd61a179abd131a9dba6065450.tar cuberite-08748bafe26145cd61a179abd131a9dba6065450.tar.gz cuberite-08748bafe26145cd61a179abd131a9dba6065450.tar.bz2 cuberite-08748bafe26145cd61a179abd131a9dba6065450.tar.lz cuberite-08748bafe26145cd61a179abd131a9dba6065450.tar.xz cuberite-08748bafe26145cd61a179abd131a9dba6065450.tar.zst cuberite-08748bafe26145cd61a179abd131a9dba6065450.zip |
Diffstat (limited to '')
-rw-r--r-- | src/MobProximityCounter.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/MobProximityCounter.h b/src/MobProximityCounter.h index 8c6c11d68..2dabeaa21 100644 --- a/src/MobProximityCounter.h +++ b/src/MobProximityCounter.h @@ -55,7 +55,8 @@ public : // return the mobs that are within the range of distance of the closest player they are // that means that if a mob is 30 m from a player and 150 m from another one. It will be // in the range [0..50] but not in [100..200] - struct sIterablePair{ + struct sIterablePair + { tDistanceToMonster::const_iterator m_Begin; tDistanceToMonster::const_iterator m_End; int m_Count; |