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
This commit is contained in:
puzl 2006-08-17 23:11:20 +00:00
parent d61af43e1e
commit d7e1bea7ab

View file

@ -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)