]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - protocol.h
server: Remove unused/broken ping smoothing feature
[xonotic/darkplaces.git] / protocol.h
index 170db5b9ecb5e5158da187a7635731c721af7dcb..e637ea542ae8aa9303c47ad6a42ebb48c9ad2843 100644 (file)
@@ -388,9 +388,8 @@ typedef struct usercmd_s
        vec_t   cursor_fraction;
        int             cursor_entitynumber;
 
-       double time; // time the move is executed for (cl_movement: clienttime, non-cl_movement: receivetime)
-       double receivetime; // time the move was received at
-       double clienttime; // time to which server state the move corresponds to
+       double time; // time the move is executed for (non-cl_movement is executed at receivetime)
+       double receivetime; // time the move was received at (used for ping)
        int msec; // for predicted moves
        int buttons;
        int impulse;