Reversing Actor p3

This commit is contained in:
mohabhassan 2018-08-19 08:26:59 +02:00
parent 9d4285bf39
commit 9aa87913f3
29 changed files with 4690 additions and 484 deletions

View file

@ -154,9 +154,7 @@ float ActorEnemySet::GetCurrentVisibility
) const
{
// FIXME: stub
STUB();
return 0;
return m_fCurrentVisibility;
}
int ActorEnemySet::GetCurrentThreat
@ -165,9 +163,7 @@ int ActorEnemySet::GetCurrentThreat
) const
{
// FIXME: stub
STUB();
return 0;
return m_iCurrentThreat;
}
qboolean ActorEnemySet::IsEnemyConfirmed