SVN r314 (trunk)

This commit is contained in:
Randy Heit 2006-08-31 00:16:12 +00:00
commit 603e905c42
35 changed files with 363 additions and 197 deletions

View file

@ -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])