X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fclient%2FInteractiveState.hpp;h=eaca4c9c78880d8679755c24d71f2558f7ea1977;hb=896c4c0ba2efd6774894fd8308cc097b7f4123e3;hp=91a5944181b2979b075ddce9b80af3d2657a5a48;hpb=8507332e2d0c54aec4045fb6f0021bdc3bd57750;p=blank.git diff --git a/src/client/InteractiveState.hpp b/src/client/InteractiveState.hpp index 91a5944..eaca4c9 100644 --- a/src/client/InteractiveState.hpp +++ b/src/client/InteractiveState.hpp @@ -49,14 +49,14 @@ private: Interface interface; ChunkRenderer chunk_renderer; Skeletons skeletons; + IntervalTimer loop_timer; IntervalTimer update_timer; struct PlayerHistory { EntityState state; - int timestamp; std::uint16_t packet; - PlayerHistory(EntityState s, int t, std::uint16_t p) - : state(s), timestamp(t), packet(p) { } + PlayerHistory(EntityState s, std::uint16_t p) + : state(s), packet(p) { } }; std::list player_hist;