From efdfcccb4916e5e282f662d27ce150cfbf46c8ed Mon Sep 17 00:00:00 2001 From: zaoqi Date: Mon, 28 Aug 2017 23:03:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/client.h b/src/client.h index c669d6ed..81299bde 100644 --- a/src/client.h +++ b/src/client.h @@ -441,6 +441,8 @@ public: bool have_last_punch_object; PointedThing last_punch_object; + void writePlayerPos(LocalPlayer *myplayer, ClientMap *clientMap, NetworkPacket *pkt, bool can_not); + void sendPlayerPos(); private: