]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
movement packet loss tracking
[xonotic/darkplaces.git] / client.h
index 607c539e6fb66232b806243b16bda32b6bef7d68..38cf7b84117a21f5fb84fa045627023f4930329c 100644 (file)
--- a/client.h
+++ b/client.h
@@ -478,6 +478,7 @@ typedef struct scoreboard_s
        float   qw_entertime;
        int             qw_ping;
        int             qw_packetloss;
+       int             qw_movementloss;
        int             qw_spectator;
        char    qw_team[8];
        char    qw_skin[MAX_QPATH];