]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/defs.qh
remove the old muzzleflash field that is no longer in use
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / defs.qh
index 679a1b445b019aadc29bdc713730910a617084ee..d1d86ed79a19703ceb266b0f5d8bf40e6836d7d2 100644 (file)
@@ -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;