mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-05-09 12:08:12 +03:00
Reversing Actor p3
This commit is contained in:
parent
9d4285bf39
commit
9aa87913f3
29 changed files with 4690 additions and 484 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue