Browse Source

lastpos init. world-center.

Azaezel 10 years ago
parent
commit
656efbfeb7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Engine/source/T3D/aiPlayer.h

+ 1 - 0
Engine/source/T3D/aiPlayer.h

@@ -127,6 +127,7 @@ private:
       FollowData() : object(NULL)
       FollowData() : object(NULL)
       {
       {
          radius = 5.0f;
          radius = 5.0f;
+         lastPos = Point3F::Zero;
       }
       }
    };
    };