X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=data%2Fqcsrc%2Fserver%2Fdefs.qh;h=b54fcc7a2476b40c044bad79d1561e639e4ed004;hb=410a8dd0cf7bf2149e16d52103045ddf0be303e4;hp=92debac882755565a2e2087b450a5f3bd3727a4e;hpb=f6fb313876957ca2270250111ba2bb5f9f4024a6;p=voretournament%2Fvoretournament.git diff --git a/data/qcsrc/server/defs.qh b/data/qcsrc/server/defs.qh index 92debac8..b54fcc7a 100644 --- a/data/qcsrc/server/defs.qh +++ b/data/qcsrc/server/defs.qh @@ -196,8 +196,7 @@ void setanim(entity e, vector anim, float looping, float override, float restart .float killcount; .float hitsound, typehitsound; -.float watersound_finished; -.float digestsound_finished; +.float watersound_finished, digestsound_finished, gurglesound_finished; .float iscreature; .vector oldvelocity; @@ -334,6 +333,7 @@ float sv_clforceplayermodels; .float cvar_cl_noantilag; .float cvar_cl_vore_stomachmodel; .float cvar_cl_vore_cameraspeed; +.float cvar_cl_vore_punchangle; .float cvar_chase_active; void Announce(string snd); @@ -442,6 +442,7 @@ float next_pingtime; #define ALLPLAYERSOUNDS \ _VOICEMSG(death) \ _VOICEMSG(drown) \ + _VOICEMSG(fall) \ _VOICEMSG(gasp) \ _VOICEMSG(swallow) \ _VOICEMSG(digest) \