mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-13 16:07:40 +00:00
- Last commit did not work.
SVN r1850 (trunk)
This commit is contained in:
parent
35a4526c1d
commit
f39c5c3b5a
1 changed files with 0 additions and 2 deletions
|
@ -1842,8 +1842,6 @@ DEFINE_ACTION_FUNCTION_PARAMS(AActor, A_LookEx)
|
||||||
if (!(flags & LOF_NOSOUNDCHECK))
|
if (!(flags & LOF_NOSOUNDCHECK))
|
||||||
{
|
{
|
||||||
targ = self->flags & MF_NOSECTOR)? self->Sector->SoundTarget : self->LastHeard;
|
targ = self->flags & MF_NOSECTOR)? self->Sector->SoundTarget : self->LastHeard;
|
||||||
|
|
||||||
targ = self->LastHeard;
|
|
||||||
if (targ != NULL)
|
if (targ != NULL)
|
||||||
{
|
{
|
||||||
// [RH] If the soundtarget is dead, don't chase it
|
// [RH] If the soundtarget is dead, don't chase it
|
||||||
|
|
Loading…
Reference in a new issue