]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - server.h
changed Collision_NewBrushFromPlanes to use new polygon.c code, this got rid of the...
[xonotic/darkplaces.git] / server.h
index 5ae03a239c6c8831b2c199cf20d0d469413511f5..656781d3636554eba418909bb1df22782b58979d 100644 (file)
--- a/server.h
+++ b/server.h
@@ -257,6 +257,12 @@ extern cvar_t sv_aim;
 extern cvar_t sv_stepheight;
 extern cvar_t sv_jumpstep;
 
+extern cvar_t sv_gameplayfix_grenadebouncedownslopes;
+extern cvar_t sv_gameplayfix_noairborncorpse;
+extern cvar_t sv_gameplayfix_stepdown;
+extern cvar_t sv_gameplayfix_stepwhilejumping;
+extern cvar_t sv_gameplayfix_swiminbmodels;
+
 extern mempool_t *sv_clients_mempool;
 extern mempool_t *sv_edicts_mempool;
 
@@ -301,6 +307,7 @@ void SV_BroadcastPrintf(const char *fmt, ...);
 
 void SV_Physics (void);
 
+qboolean SV_PlayerCheckGround (edict_t *ent);
 qboolean SV_CheckBottom (edict_t *ent);
 qboolean SV_movestep (edict_t *ent, vec3_t move, qboolean relink);