Changeset 8881 in orxonox.OLD for branches/single_player_map/src/world_entities/door.cc
- Timestamp:
- Jun 28, 2006, 6:05:06 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/single_player_map/src/world_entities/door.cc
r8880 r8881 92 92 { 93 93 if( likely(this->getModel(0) != NULL)) 94 ((InteractiveModel*)this->getModel(0))->setAnimation(firstFrame, lastFrame, fps, bStoppable, animPlayback); 94 ((InteractiveModel*)this->getModel(0))->setAnimation(animationList[animNum].firstFrame, 95 animationList[animNum].lastFrame, 96 animationList[animNum].fps, 97 animationList[animNum].bStoppable, 98 playbackMode); 95 99 96 100
Note: See TracChangeset
for help on using the changeset viewer.