diff options
author | mgueydan <gueydan.mathieuÃ@gmail.com> | 2013-09-10 15:09:45 +0200 |
---|---|---|
committer | mgueydan <gueydan.mathieuÃ@gmail.com> | 2013-09-10 15:09:45 +0200 |
commit | f12ac6b995f46acf76e61e7f83273ebfc18c090f (patch) | |
tree | 856f6fe8f642415e18afead84f5e4cdad051b5c9 /source/Mobs/PassiveMonster.cpp | |
parent | Changing Bat to AMbiant creature (diff) | |
download | cuberite-f12ac6b995f46acf76e61e7f83273ebfc18c090f.tar cuberite-f12ac6b995f46acf76e61e7f83273ebfc18c090f.tar.gz cuberite-f12ac6b995f46acf76e61e7f83273ebfc18c090f.tar.bz2 cuberite-f12ac6b995f46acf76e61e7f83273ebfc18c090f.tar.lz cuberite-f12ac6b995f46acf76e61e7f83273ebfc18c090f.tar.xz cuberite-f12ac6b995f46acf76e61e7f83273ebfc18c090f.tar.zst cuberite-f12ac6b995f46acf76e61e7f83273ebfc18c090f.zip |
Diffstat (limited to 'source/Mobs/PassiveMonster.cpp')
-rw-r--r-- | source/Mobs/PassiveMonster.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source/Mobs/PassiveMonster.cpp b/source/Mobs/PassiveMonster.cpp index 3d7b8c8aa..8c69c8059 100644 --- a/source/Mobs/PassiveMonster.cpp +++ b/source/Mobs/PassiveMonster.cpp @@ -55,11 +55,5 @@ void cPassiveMonster::Tick(float a_Dt, cChunk & a_Chunk) -cMonster::eFamily cPassiveMonster::GetMobFamily() const -{ - return mfPassive; -} - - |