From 01b24d73eab6b0e708063d82f01ea9bb9296550c Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sun, 3 Mar 2013 19:05:11 +0000 Subject: Player can sit in minecarts (but not move them yet) git-svn-id: http://mc-server.googlecode.com/svn/trunk@1249 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/ChunkMap.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/ChunkMap.h') 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); -- cgit v1.2.3