]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - server.h
changed PlayerPrethink/think/PlayerPostThink to occur regardless of movement predicti...
[xonotic/darkplaces.git] / server.h
index 02d76f87cc646e53890ba152eb4cce677ce60ca0..b977a63a4f45cdbe03490e015c64f84b44ada380 100644 (file)
--- a/server.h
+++ b/server.h
@@ -362,6 +362,7 @@ void SV_BroadcastPrint(const char *msg);
 void SV_BroadcastPrintf(const char *fmt, ...) DP_FUNC_PRINTF(1);
 
 void SV_Physics (void);
+void SV_Physics_ClientMove (void);
 void SV_Physics_ClientEntity (prvm_edict_t *ent);
 
 qboolean SV_PlayerCheckGround (prvm_edict_t *ent);