]> git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/commitdiff
target_speaker: GLOBAL is deprecated
authorFreddy <schro.sb@gmail.com>
Sun, 11 Mar 2018 16:19:17 +0000 (17:19 +0100)
committerFreddy <schro.sb@gmail.com>
Sun, 11 Mar 2018 16:19:17 +0000 (17:19 +0100)
scripts/entities.ent

index 36c164c89b375ee3f258e21f19eb8b645843ef20..918f8b7e39f33ff29299accd0cc9dc54d6c6412b 100644 (file)
@@ -1141,7 +1141,6 @@ The sound name may also be of the form *soundname, and in that case the respecti
 -------- SPAWNFLAGS --------
 <flag key="LOOPED_ON" name="LOOPED_ON" bit="0">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.</flag>
 <flag key="LOOPED_OFF" name="LOOPED_OFF" bit="1">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.</flag>
-<flag key="GLOBAL" name="GLOBAL" bit="2">the sound plays with no attenuation (same as setting atten to -1)</flag>
 <flag key="ACTIVATOR" name="ACTIVATOR" bit="3">the sound is played to the activator only when triggered (cannot be combined with LOOPED_ON and LOOPED_OFF)</flag>
 </point>