Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jan 25, 2006, 2:39:53 PM (18 years ago)
Author:
patrick
Message:

merged the network branche to the trunk

File:
1 edited

Legend:

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

    r6676 r6695  
    4040  this->toList(OM_COMMON);
    4141
    42   this->loadParams(root);
     42  if( root != NULL)
     43    this->loadParams(root);
    4344
    4445  counter = 0;
     
    5253MovieEntity::~MovieEntity ()
    5354{
    54   delete this->media_container;
     55  if( this->media_container)
     56    delete this->media_container;
    5557}
    5658
Note: See TracChangeset for help on using the changeset viewer.