Changeset 118 for trunk/src/game/TargetedMovementGenerator.cpp
- Timestamp:
- 11/19/08 13:37:52 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/TargetedMovementGenerator.cpp
r102 r118 60 60 if(!i_offset) 61 61 { 62 // to nearest contact position63 i_target->Get ContactPoint( &owner, x, y, z);62 // to nearest random contact position 63 i_target->GetRandomContactPoint( &owner, x, y, z,0.5f,4.5f ); 64 64 } 65 65 else