SVN r314 (trunk)
This commit is contained in:
parent
2fb55622e7
commit
603e905c42
35 changed files with 363 additions and 197 deletions
|
|
@ -1584,7 +1584,7 @@ void AAmbientSound::Tick ()
|
|||
|
||||
if ((ambient->type & CONTINUOUS) == CONTINUOUS)
|
||||
{
|
||||
if (S_IsActorPlayingSomething (this, CHAN_BODY))
|
||||
if (S_IsActorPlayingSomething (this, CHAN_BODY, -1))
|
||||
return;
|
||||
|
||||
if (ambient->sound[0])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue