]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - server.h
Move SV_NudgeOutOfSolid() into a common namespace and unit
[xonotic/darkplaces.git] / server.h
index 635eb72b29124dc199cfc0b51056ef5c7ebe8db4..5dfe2ac04aff7715a0f1ad747c1233af0f1d2b51 100644 (file)
--- a/server.h
+++ b/server.h
@@ -568,10 +568,6 @@ void SV_LinkEdict_TouchAreaGrid_Call(prvm_edict_t *touch, prvm_edict_t *ent); //
  * returns true if it found a better place
  */
 qbool SV_UnstickEntity (prvm_edict_t *ent);
-/*! move an entity that is stuck out of the surface it is stuck in (can move large amounts)
- * returns true if it found a better place
- */
-qbool SV_NudgeOutOfSolid(prvm_edict_t *ent);
 
 /// calculates hitsupercontentsmask for a generic qc entity
 int SV_GenericHitSuperContentsMask(const prvm_edict_t *edict);