]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
removed unused applytime field from usercmd_t
[xonotic/darkplaces.git] / client.h
index da0f8c2632e4dfd7dbe897e4172103fb28eeca4e..60cd20ef79812e23d9d13685495ace9b43fa3ea1 100644 (file)
--- a/client.h
+++ b/client.h
@@ -349,7 +349,6 @@ typedef struct
 
        double time;
        double receivetime;
-       double applytime;
        int buttons;
        int impulse;
 } usercmd_t;