diff options
author | LogicParrot <LogicParrot@users.noreply.github.com> | 2017-08-22 14:26:28 +0200 |
---|---|---|
committer | LogicParrot <LogicParrot@users.noreply.github.com> | 2017-08-22 19:55:30 +0200 |
commit | dc4c2ca39767932a70ad7a7a2b7f7ded85a131f0 (patch) | |
tree | 1ef7f0e7905adfd81b3bd10789a7be81ce174194 /src/Mobs/AggressiveMonster.h | |
parent | d (diff) | |
download | cuberite-dc4c2ca39767932a70ad7a7a2b7f7ded85a131f0.tar cuberite-dc4c2ca39767932a70ad7a7a2b7f7ded85a131f0.tar.gz cuberite-dc4c2ca39767932a70ad7a7a2b7f7ded85a131f0.tar.bz2 cuberite-dc4c2ca39767932a70ad7a7a2b7f7ded85a131f0.tar.lz cuberite-dc4c2ca39767932a70ad7a7a2b7f7ded85a131f0.tar.xz cuberite-dc4c2ca39767932a70ad7a7a2b7f7ded85a131f0.tar.zst cuberite-dc4c2ca39767932a70ad7a7a2b7f7ded85a131f0.zip |
Diffstat (limited to 'src/Mobs/AggressiveMonster.h')
-rw-r--r-- | src/Mobs/AggressiveMonster.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mobs/AggressiveMonster.h b/src/Mobs/AggressiveMonster.h index 1afcf846e..27ad88834 100644 --- a/src/Mobs/AggressiveMonster.h +++ b/src/Mobs/AggressiveMonster.h @@ -13,7 +13,7 @@ class cAggressiveMonster : public: - cAggressiveMonster(const AString & a_ConfigName, eMonsterType a_MobType, const AString & a_SoundHurt, const AString & a_SoundDeath, double a_Width, double a_Height, int a_AggressionLightLevel); + cAggressiveMonster(const AString & a_ConfigName, eMonsterType a_MobType, const AString & a_SoundHurt, const AString & a_SoundDeath, double a_Width, double a_Height); virtual void Tick (std::chrono::milliseconds a_Dt, cChunk & a_Chunk) override; |