Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 13, 2006, 11:00:55 AM (17 years ago)
Author:
patrick
Message:

some renicements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/mount_points/src/world_entities/world_entity.cc

    r10058 r10059  
    1212
    1313   ### File Specific:
    14    main-programmer: Patrick Boenzli
    15    co-programmer: Christian Meyer
     14   main-programmer: Patrick Boenzli, Benjamin Grauer
     15   co-programmer: Christian Meier
    1616*/
    1717#define DEBUG_SPECIAL_MODULE DEBUG_MODULE_WORLD_ENTITY
     
    108108    this->setModel(NULL, i);
    109109
     110  // remove the object information file
    110111  if( this->oiFile)
    111112    delete this->oiFile;
     113  // and clear all monut points
     114  this->mountPoints.clear();
    112115
    113116  // Delete the obbTree
Note: See TracChangeset for help on using the changeset viewer.