diff options
Diffstat (limited to 'src/Mobs/Wolf.h')
-rw-r--r-- | src/Mobs/Wolf.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Mobs/Wolf.h b/src/Mobs/Wolf.h index 861419ba8..07d0b5f27 100644 --- a/src/Mobs/Wolf.h +++ b/src/Mobs/Wolf.h @@ -56,8 +56,6 @@ public: @param a_IsPlayerInvolved Whether the fighter a player or a wolf. */ void ReceiveNearbyFightInfo(const cUUID & a_PlayerUUID, cPawn * a_Opponent, bool a_IsPlayerInvolved); - virtual void InStateIdle(std::chrono::milliseconds a_Dt, cChunk & a_Chunk) override; - protected: bool m_IsSitting; |