Changeset 8219 in orxonox.OLD for branches/bsp_model/src/world_entities/bsp_entity.cc
- Timestamp:
- Jun 7, 2006, 10:15:00 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/bsp_model/src/world_entities/bsp_entity.cc
r8218 r8219 42 42 void BspEntity::setName(const std::string& name) 43 43 { 44 printf("+++++++++++ LOADING NAME %s\n", name.c_str());44 PRINTF(0)("+++++++++++ LOADING NAME %s\n", name.c_str()); 45 45 46 46 this->bspManager->load(name.c_str(), 0.1f); … … 55 55 void BspEntity::init() 56 56 { 57 this->bspManager = new BspManager( );57 this->bspManager = new BspManager(this); 58 58 this->setClassID(CL_BSP_ENTITY, "BspEntity"); 59 59
Note: See TracChangeset
for help on using the changeset viewer.