View Single Post
  #5  
Old 06-30-2009, 12:49 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

I see the problem.

MobAI.cpp Line 649
Code:
CalculateNewPosition2(Goal.x, Goal.y, Goal.z, GetRunspeed());
Should be:
Code:
CalculateNewPosition2(Goal.x, Goal.y, Goal.z, GetFearpeed());
I'll test this and commit it shortly.
Reply With Quote