diff options
Diffstat (limited to 'source/ChunkMap.h')
-rw-r--r-- | source/ChunkMap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/ChunkMap.h b/source/ChunkMap.h index 86cbf35a2..1ddd7d637 100644 --- a/source/ChunkMap.h +++ b/source/ChunkMap.h @@ -45,6 +45,8 @@ public: cChunkMap(cWorld* a_World ); ~cChunkMap(); + void BroadcastAttachEntity(const cEntity & a_Entity, const cEntity * a_Vehicle); + /// Broadcasts an a_Player's animation to all clients in the chunk where a_Player is void BroadcastPlayerAnimation(const cPlayer & a_Player, char a_Animation, const cClientHandle * a_Exclude = NULL); |