X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fnet%2FClientConnection.hpp;h=f344efdcf883d6aa277e97ae2327ed8b34f4e089;hb=8e7e042296946ba2aed73b77ab02feb267eb17d4;hp=7fb797bea1d89870034ffcb4ef23803f83b69def;hpb=8507332e2d0c54aec4045fb6f0021bdc3bd57750;p=blank.git diff --git a/src/net/ClientConnection.hpp b/src/net/ClientConnection.hpp index 7fb797b..f344efd 100644 --- a/src/net/ClientConnection.hpp +++ b/src/net/ClientConnection.hpp @@ -4,6 +4,7 @@ #include "Connection.hpp" #include "ConnectionHandler.hpp" #include "../app/IntervalTimer.hpp" +#include "../world/EntityState.hpp" #include #include @@ -70,6 +71,7 @@ private: Entity *player; std::list spawns; unsigned int confirm_wait; + EntityState player_update_state; std::uint16_t player_update_pack; IntervalTimer player_update_timer;