Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4883 in orxonox.OLD for orxonox/branches/weaponSystem/src/util


Ignore:
Timestamp:
Jul 17, 2005, 4:02:36 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/weaponSystem: connecting sounds to the weapon works fine now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/weaponSystem/src/util/animation/t_animation.h

    r4837 r4883  
    205205              this->nextKeyFrame = this->keyFrameList->nextElement(this->currentKeyFrame);
    206206
    207               printf("%p from:%f to:%f\n", this->currentKeyFrame,this->currentKeyFrame->value, this->nextKeyFrame->value);
     207              //printf("%p from:%f to:%f\n", this->currentKeyFrame,this->currentKeyFrame->value, this->nextKeyFrame->value);
    208208              this->setAnimFunc(this->currentKeyFrame->animFunc);
    209209            }
Note: See TracChangeset for help on using the changeset viewer.