diff options
author | mgueydan <gueydan.mathieuÃ@gmail.com> | 2013-09-07 20:02:50 +0200 |
---|---|---|
committer | mgueydan <gueydan.mathieuÃ@gmail.com> | 2013-09-07 20:02:50 +0200 |
commit | 1e02e04d2ce528df037d1ca37314ea55e8806c52 (patch) | |
tree | 3013f20a7fe9a418802856a247616c4ab47609fa /source/Mobs/Squid.h | |
parent | Adding Water and Lava as transparency blocks (diff) | |
download | cuberite-1e02e04d2ce528df037d1ca37314ea55e8806c52.tar cuberite-1e02e04d2ce528df037d1ca37314ea55e8806c52.tar.gz cuberite-1e02e04d2ce528df037d1ca37314ea55e8806c52.tar.bz2 cuberite-1e02e04d2ce528df037d1ca37314ea55e8806c52.tar.lz cuberite-1e02e04d2ce528df037d1ca37314ea55e8806c52.tar.xz cuberite-1e02e04d2ce528df037d1ca37314ea55e8806c52.tar.zst cuberite-1e02e04d2ce528df037d1ca37314ea55e8806c52.zip |
Diffstat (limited to 'source/Mobs/Squid.h')
-rw-r--r-- | source/Mobs/Squid.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/Mobs/Squid.h b/source/Mobs/Squid.h index 35d7295b3..d5f3a74d7 100644 --- a/source/Mobs/Squid.h +++ b/source/Mobs/Squid.h @@ -20,6 +20,8 @@ public: CLASS_PROTODEF(cSquid); virtual void GetDrops(cItems & a_Drops, cEntity * a_Killer = NULL) override; + + virtual eFamily GetMobFamily(void) const override; } ; |