X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fclient%2FInteractiveState.hpp;h=ac8f87b054bf4bf98fc382b5924f1ec57a33b8f8;hb=8e9e2bb4b2dd5a4100f4531628ab58002fe253c1;hp=7368e420829b7e9e49f4af062bf72be5d4607421;hpb=225a7e66ed3f3f03ab458ab39c914ed55cd69600;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; + }; }