mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-05-12 05:26:48 +03:00
Reversing Actor Final Part
This commit is contained in:
parent
cb239c3c7f
commit
6528ba4dac
40 changed files with 3983 additions and 779 deletions
|
@ -96,7 +96,7 @@ void Actor::FinishedAnimation_Anim
|
|||
if (m_bNoIdleAfterAnim)
|
||||
m_csAnimScript = STRING_ANIM_CONTINUE_LAST_ANIM_SCR;
|
||||
else
|
||||
SetThinkIdle(8);
|
||||
SetThinkIdle(THINK_IDLE);
|
||||
Unregister(STRING_ANIMDONE);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue