diff options
author | LogicParrot <LogicParrot@users.noreply.github.com> | 2017-08-22 14:43:34 +0200 |
---|---|---|
committer | LogicParrot <LogicParrot@users.noreply.github.com> | 2017-08-22 19:55:30 +0200 |
commit | a04ad8f02f6b3babf78963dbb0a2d227918f0a35 (patch) | |
tree | 0df8eae42f1589a1c8e25b492dc80484597a59b3 /src/Mobs/PassiveMonster.h | |
parent | d (diff) | |
download | cuberite-a04ad8f02f6b3babf78963dbb0a2d227918f0a35.tar cuberite-a04ad8f02f6b3babf78963dbb0a2d227918f0a35.tar.gz cuberite-a04ad8f02f6b3babf78963dbb0a2d227918f0a35.tar.bz2 cuberite-a04ad8f02f6b3babf78963dbb0a2d227918f0a35.tar.lz cuberite-a04ad8f02f6b3babf78963dbb0a2d227918f0a35.tar.xz cuberite-a04ad8f02f6b3babf78963dbb0a2d227918f0a35.tar.zst cuberite-a04ad8f02f6b3babf78963dbb0a2d227918f0a35.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Mobs/PassiveMonster.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Mobs/PassiveMonster.h b/src/Mobs/PassiveMonster.h index 1ab6d27e3..e95db755f 100644 --- a/src/Mobs/PassiveMonster.h +++ b/src/Mobs/PassiveMonster.h @@ -25,6 +25,8 @@ public: virtual void Destroyed(void) override; + virtual cBehaviorBreeder * GetBehaviorBreeder() override; + virtual const cBehaviorBreeder * GetBehaviorBreeder() const override; private: cBehaviorBreeder m_BehaviorBreeder; cBehaviorItemFollower m_BehaviorItemFollower; |