From d7e1bea7ab5c26ec56dd066d81b7cd4cfdfd8b01 Mon Sep 17 00:00:00 2001 From: puzl Date: Thu, 17 Aug 2006 23:11:20 +0000 Subject: [PATCH] o Fixed issue with alien flaslight and the cloaking indicator. git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@570 67975925-1194-0748-b3d5-c16f83f1a3a1 --- releases/3.2.0/source/mod/AvHPlayer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/3.2.0/source/mod/AvHPlayer.cpp b/releases/3.2.0/source/mod/AvHPlayer.cpp index f773ea5..6aa04da 100644 --- a/releases/3.2.0/source/mod/AvHPlayer.cpp +++ b/releases/3.2.0/source/mod/AvHPlayer.cpp @@ -1462,7 +1462,7 @@ bool AvHPlayer::ExecuteMessage(AvHMessageID inMessageID, bool inInstantaneous, b bool AvHPlayer::GetIsAlienSightActive() const { - return this->mAlienSightActive; + return this->mAlienSightActive && this->IsAlive(); } void AvHPlayer::SetDesiredNetName(string inDesiredNetName)