Actor Improvements p3_5

This commit is contained in:
mohabhassan 2019-08-18 22:06:49 +02:00
parent 07c8d76c85
commit 720b343a84
17 changed files with 368 additions and 63 deletions

View file

@ -47,7 +47,7 @@ void Actor::Begin_Runner
{
m_csMood = STRING_NERVOUS;
m_csIdleMood = STRING_NERVOUS;
m_YawAchieved = true;
StopTurning();
ClearPath();
}