summaryrefslogtreecommitdiffstats
path: root/src/Entities/Entity.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-01-15 11:42:24 +0100
committerMattes D <github@xoft.cz>2014-01-15 11:42:24 +0100
commit457e93f1edcd59d6110ea4c1ad4215438b656ea0 (patch)
treecb483c46f3d1ff3da6467ec867388041c038416f /src/Entities/Entity.h
parentUpdated GETTING-STARTED.md to remove completed issues (diff)
parentYes newline at end of file :D (diff)
downloadcuberite-457e93f1edcd59d6110ea4c1ad4215438b656ea0.tar
cuberite-457e93f1edcd59d6110ea4c1ad4215438b656ea0.tar.gz
cuberite-457e93f1edcd59d6110ea4c1ad4215438b656ea0.tar.bz2
cuberite-457e93f1edcd59d6110ea4c1ad4215438b656ea0.tar.lz
cuberite-457e93f1edcd59d6110ea4c1ad4215438b656ea0.tar.xz
cuberite-457e93f1edcd59d6110ea4c1ad4215438b656ea0.tar.zst
cuberite-457e93f1edcd59d6110ea4c1ad4215438b656ea0.zip
Diffstat (limited to 'src/Entities/Entity.h')
-rw-r--r--src/Entities/Entity.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Entities/Entity.h b/src/Entities/Entity.h
index 2ba1b303d..878e69668 100644
--- a/src/Entities/Entity.h
+++ b/src/Entities/Entity.h
@@ -327,7 +327,7 @@ public:
void AttachTo(cEntity * a_AttachTo);
/// Detaches from the currently attached entity, if any
- void Detach(void);
+ virtual void Detach(void);
/// Makes sure head yaw is not over the specified range.
void WrapHeadYaw();