Changeset 8878 in orxonox.OLD for branches/single_player_map/src/world_entities
- Timestamp:
- Jun 28, 2006, 5:46:39 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/single_player_map/src/world_entities/door.cc
r8876 r8878 74 74 75 75 76 /** 77 * sets the animatin of this entity 78 */ 76 79 void Door::setAnimation(int animationIndex, int animPlaybackMode) 77 80 { … … 81 84 82 85 86 /** 87 * ticks the door 88 * @param time: time since last tick 89 */ 83 90 void Door::tick (float time) 84 91 { … … 86 93 ((InteractiveModel*)this->getModel(0))->tick(time); 87 94 88 95 this->checkOpen(); 89 96 } 90 97
Note: See TracChangeset
for help on using the changeset viewer.