Changeset 9066 in orxonox.OLD for branches/presentation/src/world_entities/npcs
- Timestamp:
- Jul 3, 2006, 7:27:55 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/npcs/generic_npc.cc
r9065 r9066 186 186 this->animationStack.push(this->behaviourList); 187 187 this->behaviourList = new std::list<GenericNPC::Anim>; 188 189 if( this->getAnimation() != STAND) 190 this->setAnimation(STAND, MD2_ANIM_LOOP); 188 191 } 189 192
Note: See TracChangeset
for help on using the changeset viewer.