X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=server.h;fp=server.h;h=4f643c8250c1733ed17a334034e3958771bed3e6;hb=9a17acf75b06cd2d7c8d25f30afd2f8200fddfd7;hp=f494a632189f2292dbfdd5eff451ee9bbae1dd39;hpb=27fba9acce17bc2f6a417d4bf5a86f39477be927;p=xonotic%2Fdarkplaces.git diff --git a/server.h b/server.h index f494a632..4f643c82 100644 --- a/server.h +++ b/server.h @@ -547,7 +547,7 @@ void SV_SetIdealPitch (void); void SV_AddUpdates (void); -void SV_ClientThink (void); +void SV_PlayerPhysics (void); void SV_ClientPrint(const char *msg); void SV_ClientPrintf(const char *fmt, ...) DP_FUNC_PRINTF(1);