View Single Post
  #6  
Old 06-30-2009, 01:50 PM
gaeorn
Developer
 
Join Date: Apr 2009
Location: USA
Posts: 478
Default

Quote:
Originally Posted by Derision View Post
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.
Wow, GetFearpeed()... so now they pee their pants when feared? I know I would! lol
Reply With Quote