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/Bat.h | |
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/Bat.h')
-rw-r--r-- | source/Mobs/Bat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/Mobs/Bat.h b/source/Mobs/Bat.h index e0afb5744..fd3e00a07 100644 --- a/source/Mobs/Bat.h +++ b/source/Mobs/Bat.h @@ -17,7 +17,6 @@ public: CLASS_PROTODEF(cBat); - virtual eFamily GetMobFamily(void) const override; } ; |