]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - server.h
add sv_gameplayfix_nostepmoveonsteepslopes which prevents MOVETYPE_STEP monsters...
[xonotic/darkplaces.git] / server.h
index c9da9a8c765597059212e6a35f744fb5d4f3c02c..8213444528b24f4ab7608131e1f0e01ca99344da 100644 (file)
--- a/server.h
+++ b/server.h
@@ -442,6 +442,7 @@ extern cvar_t sv_gameplayfix_slidemoveprojectiles;
 extern cvar_t sv_gameplayfix_stepdown;
 extern cvar_t sv_gameplayfix_stepwhilejumping;
 extern cvar_t sv_gameplayfix_stepmultipletimes;
+extern cvar_t sv_gameplayfix_nostepmoveonsteepslopes;
 extern cvar_t sv_gameplayfix_swiminbmodels;
 extern cvar_t sv_gameplayfix_upwardvelocityclearsongroundflag;
 extern cvar_t sv_gameplayfix_downtracesupportsongroundflag;