Changeset 4320 in orxonox.OLD for orxonox/trunk/src/util/animation/animation_player.cc
- Timestamp:
- May 27, 2005, 1:13:42 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/util/animation/animation_player.cc
r4318 r4320 28 28 AnimationPlayer::AnimationPlayer () 29 29 { 30 this->setClassID(CL_ANIMATION_PLAYER );30 this->setClassID(CL_ANIMATION_PLAYER, "AnimationPlayer"); 31 31 32 32 this->animationList = new tList<Animation>();
Note: See TracChangeset
for help on using the changeset viewer.