Merge fix

This commit is contained in:
KimLS
2017-07-22 14:20:40 -07:00
23 changed files with 71 additions and 42 deletions
-2
View File
@@ -175,7 +175,5 @@ void Mob::CalculateNewFearpoint()
if (currently_fleeing)
m_FearWalkTarget = glm::vec3(ranx, rany, ranz);
else //Break fear
BuffFadeByEffect(SE_Fear);
}