From f39c5c3b5adefa9929ec605d49e6572d2fd1cb00 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Wed, 16 Sep 2009 22:47:04 +0000 Subject: [PATCH] - Last commit did not work. SVN r1850 (trunk) --- src/p_enemy.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/p_enemy.cpp b/src/p_enemy.cpp index 34ec665586..b6919cb6dc 100644 --- a/src/p_enemy.cpp +++ b/src/p_enemy.cpp @@ -1842,8 +1842,6 @@ DEFINE_ACTION_FUNCTION_PARAMS(AActor, A_LookEx) if (!(flags & LOF_NOSOUNDCHECK)) { targ = self->flags & MF_NOSECTOR)? self->Sector->SoundTarget : self->LastHeard; - - targ = self->LastHeard; if (targ != NULL) { // [RH] If the soundtarget is dead, don't chase it