]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - server.h
changed PF_WARNING to not do a return
[xonotic/darkplaces.git] / server.h
index 8371c750b9fc420014124526c2038fa208276ce8..e2db41c61da354f9dc9284f48128226ea9432ccf 100644 (file)
--- a/server.h
+++ b/server.h
@@ -135,7 +135,7 @@ typedef struct client_s
 #endif
        // LordHavoc: can be used for prediction or whatever...
        float ping;
-       
+
        // this is used by sv_clmovement_minping code
        double clmovement_disabletimeout;
        // this is used by sv_clmvoement_waitforinput code
@@ -275,6 +275,7 @@ extern cvar_t sv_gameplayfix_setmodelrealbox;
 extern cvar_t sv_gameplayfix_blowupfallenzombies;
 extern cvar_t sv_gameplayfix_findradiusdistancetobox;
 extern cvar_t sv_gameplayfix_qwplayerphysics;
+extern cvar_t sv_gameplayfix_upwardvelocityclearsongroundflag;
 
 extern cvar_t sys_ticrate;
 extern cvar_t sv_fixedframeratesingleplayer;