Changeset 10059 in orxonox.OLD for branches/mount_points/src/world_entities
- Timestamp:
- Dec 13, 2006, 11:00:55 AM (18 years ago)
- 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 3 1 /* 4 2 orxonox - the future of 3D-vertical-scrollers … … 12 10 13 11 ### File Specific 14 main-programmer: 12 main-programmer: Patrick Boenzli patrick@orxonox.net 15 13 co-programmer: 16 14 */ … … 25 23 #include "mount_point.h" 26 24 #include "debug.h" 25 #include "state.h" 26 #include "class_id_DEPRECATED.h" 27 27 28 28 29 30 31 #include "state.h"32 33 34 35 #include "class_id_DEPRECATED.h"36 29 ObjectListDefinition(MountPoint); 37 30 CREATE_FACTORY(MountPoint); 38 39 31 40 32 -
branches/mount_points/src/world_entities/world_entity.cc
r10058 r10059 12 12 13 13 ### File Specific: 14 main-programmer: Patrick Boenzli 15 co-programmer: Christian Me yer14 main-programmer: Patrick Boenzli, Benjamin Grauer 15 co-programmer: Christian Meier 16 16 */ 17 17 #define DEBUG_SPECIAL_MODULE DEBUG_MODULE_WORLD_ENTITY … … 108 108 this->setModel(NULL, i); 109 109 110 // remove the object information file 110 111 if( this->oiFile) 111 112 delete this->oiFile; 113 // and clear all monut points 114 this->mountPoints.clear(); 112 115 113 116 // Delete the obbTree
Note: See TracChangeset
for help on using the changeset viewer.