Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6532 in orxonox.OLD for trunk/src/world_entities/movie_entity.cc


Ignore:
Timestamp:
Jan 18, 2006, 1:20:02 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: merged branches/movie_play to the trunk. no conflicts, but a minor virtual function BUG

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/movie_entity.cc

    r6526 r6532  
    6565void MovieEntity::loadParams(const TiXmlElement* root)
    6666{
    67   static_cast<WorldEntity*>(this)->loadParams(root);
     67  WorldEntity::loadParams(root);
    6868
    6969  LoadParam(root, "name", this, MovieEntity, loadMovie);
     
    107107  if(counter != fps * timer)
    108108  {
    109     counter = fps * timer;
     109    counter = (int)(fps * timer);
    110110
    111111    if (counter >= media_container->getFrameCount())
Note: See TracChangeset for help on using the changeset viewer.