]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - server.h
2 new cvars: sv_gameplayfix_unstickentities and sv_gameplayfix_unstickplayers to...
[xonotic/darkplaces.git] / server.h
index ed552a1422b187dfa6b1bd7c1187422beff85d83..538a6220666b17d8623da3c502024b823fc73bcb 100644 (file)
--- a/server.h
+++ b/server.h
@@ -451,6 +451,8 @@ extern cvar_t sv_gameplayfix_swiminbmodels;
 extern cvar_t sv_gameplayfix_upwardvelocityclearsongroundflag;
 extern cvar_t sv_gameplayfix_downtracesupportsongroundflag;
 extern cvar_t sv_gameplayfix_q1bsptracelinereportstexture;
+extern cvar_t sv_gameplayfix_unstickplayers;
+extern cvar_t sv_gameplayfix_unstickentities;
 extern cvar_t sv_gravity;
 extern cvar_t sv_idealpitchscale;
 extern cvar_t sv_jumpstep;