X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fdefs.qh;h=d1d86ed79a19703ceb266b0f5d8bf40e6836d7d2;hp=679a1b445b019aadc29bdc713730910a617084ee;hb=a83b99f70b5e102960fd6a8acb48c40f07d43b43;hpb=1f069176e9dcd910dd4676499ffc9f14078ed0c7 diff --git a/qcsrc/server/defs.qh b/qcsrc/server/defs.qh index 679a1b445b..d1d86ed79a 100644 --- a/qcsrc/server/defs.qh +++ b/qcsrc/server/defs.qh @@ -440,6 +440,7 @@ float next_pingtime; // TODO implemented fall and falling #define ALLPLAYERSOUNDS \ _VOICEMSG(death) \ + _VOICEMSG(fall) \ _VOICEMSG(drown) \ _VOICEMSG(gasp) \ _VOICEMSG(jump) \ @@ -648,3 +649,5 @@ string deathmessage; .float active; .float (float act_state) setactive; .entity realowner; + +.float nex_charge;