From 07ca09574072b303064eafb2751f8f83c865f083 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Mon, 4 May 2020 09:10:47 +0100 Subject: Improve entity position updates (#4701) * Make puking pickups fly nicer * Improve entity position updates * Move determination of whether a delta is too big for a packet into the protocol handlers + Less jittery movement + Generalise CollectEntity to take any entity --- src/Entities/ArrowEntity.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/Entities/ArrowEntity.h') diff --git a/src/Entities/ArrowEntity.h b/src/Entities/ArrowEntity.h index 474932514..6b6e5d010 100644 --- a/src/Entities/ArrowEntity.h +++ b/src/Entities/ArrowEntity.h @@ -92,12 +92,6 @@ protected: /** Timer for pickup collection animation or five minute timeout */ std::chrono::milliseconds m_Timer; - /** Timer for client arrow position confirmation via TeleportEntity */ - std::chrono::milliseconds m_HitGroundTimer; - - // Whether the arrow has already been teleported into the proper position in the ground. - bool m_HasTeleported; - /** If true, the arrow is in the process of being collected - don't go to anyone else */ bool m_bIsCollected; -- cgit v1.2.3