summaryrefslogtreecommitdiffstats
path: root/source/Mobs/Skeleton.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-09-05 22:40:08 +0200
committermadmaxoft <github@xoft.cz>2013-09-05 22:40:08 +0200
commitff762a7ece6400eaeb5e21f3fea7cad00786a8d9 (patch)
treed8c5be799168cd1c50a170e549db2b3812c7b9f6 /source/Mobs/Skeleton.h
parentMerge branch 'master' of git://github.com/tigerw/MCServer into tigerw-master (diff)
downloadcuberite-ff762a7ece6400eaeb5e21f3fea7cad00786a8d9.tar
cuberite-ff762a7ece6400eaeb5e21f3fea7cad00786a8d9.tar.gz
cuberite-ff762a7ece6400eaeb5e21f3fea7cad00786a8d9.tar.bz2
cuberite-ff762a7ece6400eaeb5e21f3fea7cad00786a8d9.tar.lz
cuberite-ff762a7ece6400eaeb5e21f3fea7cad00786a8d9.tar.xz
cuberite-ff762a7ece6400eaeb5e21f3fea7cad00786a8d9.tar.zst
cuberite-ff762a7ece6400eaeb5e21f3fea7cad00786a8d9.zip
Diffstat (limited to '')
-rw-r--r--source/Mobs/Skeleton.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/Mobs/Skeleton.h b/source/Mobs/Skeleton.h
index bc541bac2..d0a2da490 100644
--- a/source/Mobs/Skeleton.h
+++ b/source/Mobs/Skeleton.h
@@ -17,7 +17,6 @@ public:
CLASS_PROTODEF(cSkeleton);
- virtual void Tick(float a_Dt, cChunk & a_Chunk) override;
virtual void GetDrops(cItems & a_Drops, cEntity * a_Killer = NULL) override;
} ;