X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fclient%2FInteractiveState.hpp;fp=src%2Fclient%2FInteractiveState.hpp;h=ac8f87b054bf4bf98fc382b5924f1ec57a33b8f8;hb=b9462143d9b2fd1f54aa3b4ec32eecb62c01615f;hp=7368e420829b7e9e49f4af062bf72be5d4607421;hpb=1a237f316ee603e2130dc46b9f7d75a169763543;p=blank.git diff --git a/src/client/InteractiveState.hpp b/src/client/InteractiveState.hpp index 7368e42..ac8f87b 100644 --- a/src/client/InteractiveState.hpp +++ b/src/client/InteractiveState.hpp @@ -101,6 +101,9 @@ private: ChatState chat; + int time_skipped; + unsigned int packets_skipped; + }; }