- 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)
This commit is contained in:
Randy Heit 2010-11-03 02:46:38 +00:00
parent 0604d308d5
commit c09a56ebe0
1 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,11 @@ ACTOR AmbientSound 14065 native
+DONTSPLASH
}
ACTOR AmbientSoundNoGravity : AmbientSound 14067
{
+NOGRAVITY
}
ACTOR SoundSequenceSlot native
{
+NOSECTOR