X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=server.h;h=a83e6f30618d5780300495bafba532d4e403cfac;hb=312e474b1be3555df31be8f8cdcdc1c6ce55a33c;hp=ed552a1422b187dfa6b1bd7c1187422beff85d83;hpb=386d8ad395308eb4977346110b348562f3eadfb8;p=xonotic%2Fdarkplaces.git diff --git a/server.h b/server.h index ed552a14..a83e6f30 100644 --- a/server.h +++ b/server.h @@ -451,6 +451,8 @@ extern cvar_t sv_gameplayfix_swiminbmodels; extern cvar_t sv_gameplayfix_upwardvelocityclearsongroundflag; extern cvar_t sv_gameplayfix_downtracesupportsongroundflag; extern cvar_t sv_gameplayfix_q1bsptracelinereportstexture; +extern cvar_t sv_gameplayfix_unstickplayers; +extern cvar_t sv_gameplayfix_unstickentities; extern cvar_t sv_gravity; extern cvar_t sv_idealpitchscale; extern cvar_t sv_jumpstep; @@ -492,8 +494,8 @@ void SV_Init (void); void SV_StartParticle (vec3_t org, vec3_t dir, int color, int count); void SV_StartEffect (vec3_t org, int modelindex, int startframe, int framecount, int framerate); -void SV_StartSound (prvm_edict_t *entity, int channel, const char *sample, int volume, float attenuation, qboolean reliable); -void SV_StartPointSound (vec3_t origin, const char *sample, int volume, float attenuation); +void SV_StartSound (prvm_edict_t *entity, int channel, const char *sample, int volume, float attenuation, qboolean reliable, float speed); +void SV_StartPointSound (vec3_t origin, const char *sample, int volume, float attenuation, float speed); void SV_ConnectClient (int clientnum, netconn_t *netconnection); void SV_DropClient (qboolean crash);