From c09a56ebe0439760b6a0ed38105c0f3dc50a899d Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Wed, 3 Nov 2010 02:46:38 +0000 Subject: [PATCH] - Added a new AmbientSoundNoGravity actor with doomednum 14067. This is identical in every respect to the existing AmbientSound actor, except it also has the NOGRAVITY flag set. SVN r2975 (trunk) --- wadsrc/static/actors/shared/soundsequence.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wadsrc/static/actors/shared/soundsequence.txt b/wadsrc/static/actors/shared/soundsequence.txt index 871bd7241..ff240ba9c 100644 --- a/wadsrc/static/actors/shared/soundsequence.txt +++ b/wadsrc/static/actors/shared/soundsequence.txt @@ -6,6 +6,11 @@ ACTOR AmbientSound 14065 native +DONTSPLASH } +ACTOR AmbientSoundNoGravity : AmbientSound 14067 +{ + +NOGRAVITY +} + ACTOR SoundSequenceSlot native { +NOSECTOR