]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
moved almost all server cvars to sv_main.c and added corresponding
[xonotic/darkplaces.git] / client.h
index 78392e93066097a80b317e213951818cb3e37715..76fce5bf96e08db2c5ff03e95156cc84754208dc 100644 (file)
--- a/client.h
+++ b/client.h
@@ -943,8 +943,11 @@ typedef struct client_state_s
        //qboolean qw_spectator;
 
        // movement parameters for client prediction
+       float movevars_wallfriction;
+       float movevars_waterfriction;
+       float movevars_friction;
        float movevars_ticrate;
-       float movevars_slowmo;
+       float movevars_timescale;
        float movevars_gravity;
        float movevars_stopspeed;
        float movevars_maxspeed;
@@ -952,8 +955,6 @@ typedef struct client_state_s
        float movevars_accelerate;
        float movevars_airaccelerate;
        float movevars_wateraccelerate;
-       float movevars_friction;
-       float movevars_waterfriction;
        float movevars_entgravity;
        float movevars_jumpvelocity;
        float movevars_edgefriction;