summaryrefslogtreecommitdiffstats
path: root/source/Mobs/Bat.cpp
diff options
context:
space:
mode:
authormgueydan <gueydan.mathieuÃ@gmail.com>2013-09-10 15:09:45 +0200
committermgueydan <gueydan.mathieuÃ@gmail.com>2013-09-10 15:09:45 +0200
commitf12ac6b995f46acf76e61e7f83273ebfc18c090f (patch)
tree856f6fe8f642415e18afead84f5e4cdad051b5c9 /source/Mobs/Bat.cpp
parentChanging Bat to AMbiant creature (diff)
downloadcuberite-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 '')
-rw-r--r--source/Mobs/Bat.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/Mobs/Bat.cpp b/source/Mobs/Bat.cpp
index ff86f4139..715f25483 100644
--- a/source/Mobs/Bat.cpp
+++ b/source/Mobs/Bat.cpp
@@ -13,7 +13,3 @@ cBat::cBat(void) :
}
-cMonster::eFamily cBat::GetMobFamily() const
-{
- return mfAmbient;
-}