Changeset 8812 in orxonox.OLD for branches/single_player_map/src/world_entities/npcs
- Timestamp:
- Jun 26, 2006, 6:02:02 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/single_player_map/src/world_entities/npcs/generic_npc.cc
r8811 r8812 160 160 this->currentAnim->addKeyFrame(this->getAbsCoor(), this->getAbsDir(), 0.0f); 161 161 this->currentAnim->addKeyFrame(this->destCoor, this->destDir, time); 162 163 this->setAnimation(RUN, MD2_ANIM_LOOP); 162 164 } 163 165
Note: See TracChangeset
for help on using the changeset viewer.