Changeset 8915 in orxonox.OLD for branches/single_player_map/src/world_entities
- Timestamp:
- Jun 29, 2006, 5:30:10 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/single_player_map/src/world_entities/npcs/generic_npc.cc
r8914 r8915 184 184 void GenericNPC::walkTo(const Vector& coordinate) 185 185 { 186 186 187 GenericNPC::Anim anim; 187 188 anim.v = coordinate; … … 193 194 void GenericNPC::walkTo(float x, float y, float z) 194 195 { 196 printf("Walking to %f, %f, %f \n",x,y,z); 195 197 this->walkTo(Vector(x,y,z)); 196 198
Note: See TracChangeset
for help on using the changeset viewer.