- Liux compile fixes.

SVN r1245 (trunk)
This commit is contained in:
Christoph Oelckers 2008-09-23 07:46:23 +00:00
commit 3e291cf528
7 changed files with 12 additions and 7 deletions

View file

@ -1478,6 +1478,7 @@ void S_RelinkSound (AActor *from, AActor *to)
}
else
{
chan->Actor = NULL;
S_StopChannel(chan);
}
}