summaryrefslogtreecommitdiffstats
path: root/source/Mobs/Squid.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/Squid.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/Squid.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/Mobs/Squid.cpp b/source/Mobs/Squid.cpp
index 50265aea4..e6a44079a 100644
--- a/source/Mobs/Squid.cpp
+++ b/source/Mobs/Squid.cpp
@@ -54,7 +54,3 @@ void cSquid::Tick(float a_Dt, cChunk & a_Chunk)
-cMonster::eFamily cSquid::GetMobFamily() const
-{
- return mfWater;
-}