diff options
author | madmaxoft <github@xoft.cz> | 2013-12-20 16:39:20 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-12-20 16:39:20 +0100 |
commit | d6de11da07af96c9989d9a80a4ee69dad7e9380e (patch) | |
tree | 9d4ed13590197d94ffd819c92771260802413e49 /src/Mobs/Monster.h | |
parent | Fixed minor warnings. (diff) | |
download | cuberite-d6de11da07af96c9989d9a80a4ee69dad7e9380e.tar cuberite-d6de11da07af96c9989d9a80a4ee69dad7e9380e.tar.gz cuberite-d6de11da07af96c9989d9a80a4ee69dad7e9380e.tar.bz2 cuberite-d6de11da07af96c9989d9a80a4ee69dad7e9380e.tar.lz cuberite-d6de11da07af96c9989d9a80a4ee69dad7e9380e.tar.xz cuberite-d6de11da07af96c9989d9a80a4ee69dad7e9380e.tar.zst cuberite-d6de11da07af96c9989d9a80a4ee69dad7e9380e.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Mobs/Monster.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mobs/Monster.h b/src/Mobs/Monster.h index 29a705d11..dafb33574 100644 --- a/src/Mobs/Monster.h +++ b/src/Mobs/Monster.h @@ -161,7 +161,7 @@ protected: cEntity * m_Target; float m_AttackRate; - float idle_interval; + float m_IdleInterval; Vector3f m_Destination; bool m_bMovingToDestination; |