Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10059 in orxonox.OLD for branches/mount_points/src/world_entities


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

some renicements

Location:
branches/mount_points/src/world_entities
Files:
2 edited

Legend:

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

    r10058 r10059  
    1 
    2 
    31/*
    42   orxonox - the future of 3D-vertical-scrollers
     
    1210
    1311   ### File Specific
    14    main-programmer:
     12   main-programmer: Patrick Boenzli patrick@orxonox.net
    1513   co-programmer:
    1614*/
     
    2523#include "mount_point.h"
    2624#include "debug.h"
     25#include "state.h"
     26#include "class_id_DEPRECATED.h"
    2727
    2828
    29 
    30 
    31 #include "state.h"
    32 
    33 
    34 
    35 #include "class_id_DEPRECATED.h"
    3629ObjectListDefinition(MountPoint);
    3730CREATE_FACTORY(MountPoint);
    38 
    3931
    4032
  • 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.