X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fmiscfunctions.qh;h=1ec27a7818a1cd900aa05f51368968051d358887;hp=534299f12dedd3cb5ba877ec5d5afe3fbd3e1d6e;hb=59d3684c3ce95d95c6d3f14e6fc5567a2e6ff2ba;hpb=1ce1c9c94867fb8ac44ab09c93eb092341dd6d9a diff --git a/qcsrc/server/miscfunctions.qh b/qcsrc/server/miscfunctions.qh index 534299f12d..1ec27a7818 100644 --- a/qcsrc/server/miscfunctions.qh +++ b/qcsrc/server/miscfunctions.qh @@ -35,7 +35,7 @@ void soundat(entity e, vector o, float chan, string samp, float vol, float _atte void InitializeEntitiesRun(); void stopsoundto(float _dest, entity e, float chan); -void soundtoat(float _dest, entity e, vector o, float chan, string samp, float vol, float _atten); +void soundtoat(float _dest, entity e, vector o, float chan, string samp, float vol, float _atten, float _pitch); void droptofloor(entity this); @@ -88,7 +88,7 @@ void remove_unsafely(entity e); void SetMovetypeFollow(entity ent, entity e); -void soundto(float dest, entity e, float chan, string samp, float vol, float atten); +void soundto(float dest, entity e, float chan, string samp, float vol, float atten, float _pitch); void stopsound(entity e, float chan);