mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
damn
SVN r1851 (trunk)
This commit is contained in:
parent
f39c5c3b5a
commit
555f41b0ba
1 changed files with 1 additions and 1 deletions
|
@ -1841,7 +1841,7 @@ DEFINE_ACTION_FUNCTION_PARAMS(AActor, A_LookEx)
|
|||
{
|
||||
if (!(flags & LOF_NOSOUNDCHECK))
|
||||
{
|
||||
targ = self->flags & MF_NOSECTOR)? self->Sector->SoundTarget : self->LastHeard;
|
||||
targ = (self->flags & MF_NOSECTOR)? self->Sector->SoundTarget : self->LastHeard;
|
||||
if (targ != NULL)
|
||||
{
|
||||
// [RH] If the soundtarget is dead, don't chase it
|
||||
|
|
Loading…
Reference in a new issue