Changeset 8822 in orxonox.OLD for branches/single_player_map/src/world_entities/npcs
- Timestamp:
- Jun 27, 2006, 1:17:53 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/single_player_map/src/world_entities/npcs/generic_npc.cc
r8819 r8822 189 189 Quaternion q = this->getAbsDir(); 190 190 191 printf("%s moving to %f, %f, %f \n",this->getName(),x,y,z);191 //printf("%s moving to %f, %f, %f \n",this->getName(),x,y,z); 192 192 193 193 return this->walkTo(x, y, z, q.w, q.v.x, q.v.y, q.v.z);
Note: See TracChangeset
for help on using the changeset viewer.