mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-05-09 03:58:14 +03:00
Reversing actor p4
This commit is contained in:
parent
71de1bfad1
commit
cb239c3c7f
25 changed files with 2190 additions and 299 deletions
|
@ -42,8 +42,8 @@ void Actor::Begin_Idle
|
|||
)
|
||||
|
||||
{
|
||||
// FIXME: stub
|
||||
STUB();
|
||||
m_csMood = m_csIdleMood;
|
||||
ClearPath();
|
||||
}
|
||||
|
||||
void Actor::Think_Idle
|
||||
|
@ -52,6 +52,11 @@ void Actor::Think_Idle
|
|||
)
|
||||
|
||||
{
|
||||
// FIXME: stub
|
||||
STUB();
|
||||
if (RequireThink())
|
||||
{
|
||||
UpdateEyeOrigin();
|
||||
m_pszDebugState = "";
|
||||
CheckForThinkStateTransition();
|
||||
IdleThink();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue