diff options
author | Howaner <franzi.moos@googlemail.com> | 2014-09-13 02:20:04 +0200 |
---|---|---|
committer | Howaner <franzi.moos@googlemail.com> | 2014-09-13 02:20:04 +0200 |
commit | b462416e1fef58b3ddccc92f3dfe613fc27d5483 (patch) | |
tree | af9097c1ca4b284ac0342fc01f221be2fd1240b0 /src/ClientHandle.h | |
parent | Merge branch 'master' into 1.8-Protocol (diff) | |
download | cuberite-b462416e1fef58b3ddccc92f3dfe613fc27d5483.tar cuberite-b462416e1fef58b3ddccc92f3dfe613fc27d5483.tar.gz cuberite-b462416e1fef58b3ddccc92f3dfe613fc27d5483.tar.bz2 cuberite-b462416e1fef58b3ddccc92f3dfe613fc27d5483.tar.lz cuberite-b462416e1fef58b3ddccc92f3dfe613fc27d5483.tar.xz cuberite-b462416e1fef58b3ddccc92f3dfe613fc27d5483.tar.zst cuberite-b462416e1fef58b3ddccc92f3dfe613fc27d5483.zip |
Diffstat (limited to '')
-rw-r--r-- | src/ClientHandle.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ClientHandle.h b/src/ClientHandle.h index 7c5597b8b..27bfc756c 100644 --- a/src/ClientHandle.h +++ b/src/ClientHandle.h @@ -148,8 +148,8 @@ public: void SendGameMode (eGameMode a_GameMode); void SendHealth (void); void SendInventorySlot (char a_WindowID, short a_SlotNum, const cItem & a_Item); - void SendMapColumn (int a_ID, int a_X, int a_Y, const Byte * a_Colors, unsigned int a_Length); - void SendMapDecorators (int a_ID, const cMapDecoratorList & a_Decorators); + void SendMapColumn (int a_ID, int a_X, int a_Y, const Byte * a_Colors, unsigned int a_Length, unsigned int m_Scale); + void SendMapDecorators (int a_ID, const cMapDecoratorList & a_Decorators, unsigned int m_Scale); void SendMapInfo (int a_ID, unsigned int a_Scale); void SendPaintingSpawn (const cPainting & a_Painting); void SendPickupSpawn (const cPickup & a_Pickup); |