summaryrefslogtreecommitdiffstats
path: root/src/Blocks
diff options
context:
space:
mode:
authorAlexander Harkness <me@bearbin.net>2018-08-26 16:52:39 +0200
committerGitHub <noreply@github.com>2018-08-26 16:52:39 +0200
commitc4f43cd8ec0d31705aef105c9b2bb0c26f976bf6 (patch)
treefafb866d829cb18c0c94cb250f1f4a043f20e403 /src/Blocks
parentCircle 2.0: Use workspace instead of cache (#4291) (diff)
downloadcuberite-c4f43cd8ec0d31705aef105c9b2bb0c26f976bf6.tar
cuberite-c4f43cd8ec0d31705aef105c9b2bb0c26f976bf6.tar.gz
cuberite-c4f43cd8ec0d31705aef105c9b2bb0c26f976bf6.tar.bz2
cuberite-c4f43cd8ec0d31705aef105c9b2bb0c26f976bf6.tar.lz
cuberite-c4f43cd8ec0d31705aef105c9b2bb0c26f976bf6.tar.xz
cuberite-c4f43cd8ec0d31705aef105c9b2bb0c26f976bf6.tar.zst
cuberite-c4f43cd8ec0d31705aef105c9b2bb0c26f976bf6.zip
Diffstat (limited to 'src/Blocks')
-rw-r--r--src/Blocks/BroadcastInterface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Blocks/BroadcastInterface.h b/src/Blocks/BroadcastInterface.h
index 9916687ee..68a312dde 100644
--- a/src/Blocks/BroadcastInterface.h
+++ b/src/Blocks/BroadcastInterface.h
@@ -35,7 +35,7 @@ public:
virtual void BroadcastCollectEntity (const cEntity & a_Pickup, const cPlayer & a_Player, int a_Count, const cClientHandle * a_Exclude = nullptr) = 0;
virtual void BroadcastDestroyEntity (const cEntity & a_Entity, const cClientHandle * a_Exclude = nullptr) = 0;
virtual void BroadcastDetachEntity (const cEntity & a_Entity, const cEntity & a_PreviousVehicle) = 0;
- virtual void BroadcastEntityEffect (const cEntity & a_Entity, int a_EffectID, int a_Amplifier, short a_Duration, const cClientHandle * a_Exclude = nullptr) = 0;
+ virtual void BroadcastEntityEffect (const cEntity & a_Entity, int a_EffectID, int a_Amplifier, int a_Duration, const cClientHandle * a_Exclude = nullptr) = 0;
virtual void BroadcastEntityEquipment (const cEntity & a_Entity, short a_SlotNum, const cItem & a_Item, const cClientHandle * a_Exclude = nullptr) = 0;
virtual void BroadcastEntityHeadLook (const cEntity & a_Entity, const cClientHandle * a_Exclude = nullptr) = 0;
virtual void BroadcastEntityLook (const cEntity & a_Entity, const cClientHandle * a_Exclude = nullptr) = 0;