]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
CSQC fixes (less broken, still not spec compliant)
[xonotic/darkplaces.git] / client.h
index ce30abb551e399756d53eab20ea87acd682b8093..0bd5eb90690c48a2da3ce946569dba2664d967f2 100644 (file)
--- a/client.h
+++ b/client.h
@@ -637,6 +637,8 @@ typedef struct client_state_s
        float weapontime;
        // use pain anim frame if cl.time < this
        float faceanimtime;
+       // for stair smoothing
+       float stairoffset;
 
        // color shifts for damage, powerups
        cshift_t cshifts[NUM_CSHIFTS];
@@ -926,9 +928,6 @@ extern cvar_t cl_anglespeedkey;
 
 extern cvar_t cl_autofire;
 
-extern cvar_t csqc_progname;   //[515]: csqc crc check and right csprogs name according to progs.dat
-extern cvar_t csqc_progcrc;
-
 extern cvar_t cl_shownet;
 extern cvar_t cl_nolerp;