Reversing Actor #1

This commit is contained in:
mohabhassan 2018-08-02 15:12:07 +02:00
parent d1b5d78bf0
commit 4b79fb2097
5 changed files with 995 additions and 194 deletions

View file

@ -145,9 +145,7 @@ Sentient *ActorEnemySet::GetCurrentEnemy
) const
{
// FIXME: stub
STUB();
return NULL;
return m_pCurrentEnemy;
}
float ActorEnemySet::GetCurrentVisibility