- Timestamp:
- Jun 30, 2006, 2:10:34 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/single_player_map/src/world_entities/npcs/generic_npc.cc
r8953 r8954 338 338 else 339 339 { 340 this->shiftCoor(d ir.getNormalized() * currentAnimation.speed * dt);340 this->shiftCoor(dest.getNormalized() * currentAnimation.speed * dt); 341 341 } 342 342 }
Note: See TracChangeset
for help on using the changeset viewer.