Actor Improvements p3_3

This commit is contained in:
mohabhassan 2019-06-30 23:03:24 +02:00
parent c665915d0f
commit ec4ae7d79d
20 changed files with 322 additions and 503 deletions

View file

@ -78,7 +78,6 @@ void Actor::FinishedAnimation_AnimCurious
{
if( m_State == 1101 )
{
m_State = 1100;
m_iStateTime = level.inttime;
TransitionState(1100, 0);
}
}