From: Freddy Date: Sun, 11 Mar 2018 16:19:17 +0000 (+0100) Subject: target_speaker: GLOBAL is deprecated X-Git-Tag: xonotic-v0.8.5~120^2~9 X-Git-Url: https://de.git.xonotic.org/?a=commitdiff_plain;h=b66ee3307685d3bff2127a29bf40fb7d292623bf;p=xonotic%2Fxonotic-maps.pk3dir.git target_speaker: GLOBAL is deprecated --- diff --git a/scripts/entities.ent b/scripts/entities.ent index 36c164c8..918f8b7e 100644 --- a/scripts/entities.ent +++ b/scripts/entities.ent @@ -1141,7 +1141,6 @@ The sound name may also be of the form *soundname, and in that case the respecti -------- SPAWNFLAGS -------- the sound is looped and initially plays (the sound file MUST have the LOOP_START vorbis comment then!). It can be toggled by a trigger. the sound is looped and initially does not play (the sound file MUST have the LOOP_START vorbis comment then!). It can be toggled by a trigger. -the sound plays with no attenuation (same as setting atten to -1) the sound is played to the activator only when triggered (cannot be combined with LOOPED_ON and LOOPED_OFF)