diff options
author | Mat <mail@mathias.is> | 2020-03-22 16:50:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-22 16:50:34 +0100 |
commit | 9ddf433ae747e0a677d02062deea08a95c29f27b (patch) | |
tree | 1e27fcb0fa734b81cc8d538788b519f1eca872cd /src/Mobs/PassiveMonster.h | |
parent | Increase speed of splash potion and expbottle (#4513) (diff) | |
download | cuberite-9ddf433ae747e0a677d02062deea08a95c29f27b.tar cuberite-9ddf433ae747e0a677d02062deea08a95c29f27b.tar.gz cuberite-9ddf433ae747e0a677d02062deea08a95c29f27b.tar.bz2 cuberite-9ddf433ae747e0a677d02062deea08a95c29f27b.tar.lz cuberite-9ddf433ae747e0a677d02062deea08a95c29f27b.tar.xz cuberite-9ddf433ae747e0a677d02062deea08a95c29f27b.tar.zst cuberite-9ddf433ae747e0a677d02062deea08a95c29f27b.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Mobs/PassiveMonster.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mobs/PassiveMonster.h b/src/Mobs/PassiveMonster.h index 9a2627417..a0567c55b 100644 --- a/src/Mobs/PassiveMonster.h +++ b/src/Mobs/PassiveMonster.h @@ -13,7 +13,7 @@ class cPassiveMonster : typedef cMonster super; public: - cPassiveMonster(const AString & a_ConfigName, eMonsterType a_MobType, const AString & a_SoundHurt, const AString & a_SoundDeath, double a_Width, double a_Height); + cPassiveMonster(const AString & a_ConfigName, eMonsterType a_MobType, const AString & a_SoundHurt, const AString & a_SoundDeath, const AString & a_SoundAmbient, double a_Width, double a_Height); virtual void Tick(std::chrono::milliseconds a_Dt, cChunk & a_Chunk) override; virtual void OnRightClicked(cPlayer & a_Player) override; |