]> git.localhorst.tv Git - blank.git/blobdiff - src/client/InteractiveState.hpp
send updates less frequently on bad connections
[blank.git] / src / client / InteractiveState.hpp
index 7368e420829b7e9e49f4af062bf72be5d4607421..ac8f87b054bf4bf98fc382b5924f1ec57a33b8f8 100644 (file)
@@ -101,6 +101,9 @@ private:
 
        ChatState chat;
 
+       int time_skipped;
+       unsigned int packets_skipped;
+
 };
 
 }