Reversing Actor Final Part

This commit is contained in:
mohabhassan 2018-09-05 16:55:10 +02:00
parent cb239c3c7f
commit 6528ba4dac
40 changed files with 3983 additions and 779 deletions

View file

@ -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);
}
}