mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- 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:
parent
0604d308d5
commit
c09a56ebe0
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@ ACTOR AmbientSound 14065 native
|
|||
+DONTSPLASH
|
||||
}
|
||||
|
||||
ACTOR AmbientSoundNoGravity : AmbientSound 14067
|
||||
{
|
||||
+NOGRAVITY
|
||||
}
|
||||
|
||||
ACTOR SoundSequenceSlot native
|
||||
{
|
||||
+NOSECTOR
|
||||
|
|
Loading…
Reference in a new issue