Changeset 8590 in orxonox.OLD for branches/bsp_model/src/world_entities/npcs/generic_npc.cc
- Timestamp:
- Jun 19, 2006, 10:48:45 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/bsp_model/src/world_entities/npcs/generic_npc.cc
r8516 r8590 127 127 * @param coordinate: coordinate to go to 128 128 */ 129 bool GenericNPC::walkTo(const Vector& coordinate) 129 bool GenericNPC::walkTo(const Vector& coordinate, float time) 130 { 131 132 return true; 133 } 134 135 136 /** 137 * walt to 138 * @param coordinate: coordinate to go to 139 */ 140 bool GenericNPC::walkTo(float x, float y, float z, float time) 130 141 { 131 142
Note: See TracChangeset
for help on using the changeset viewer.