Changeset 3860 in orxonox.OLD for orxonox/trunk/src/animation_player.cc
- Timestamp:
- Apr 17, 2005, 6:20:02 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/animation_player.cc
r3847 r3860 17 17 18 18 #include "animation_player.h" 19 20 #include "compiler.h" 19 21 20 22 using namespace std; … … 120 122 { 121 123 anim->tick(timePassed); 124 if(unlikely(anim->ifDelete())) 125 { 126 this->animationList->remove(anim); 127 delete anim; 128 } 122 129 anim = animIt->nextElement(); 123 130 }
Note: See TracChangeset
for help on using the changeset viewer.