Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 7, 2006, 10:15:00 PM (18 years ago)
Author:
patrick
Message:

bsp: new ground collision attribute tripple

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/bsp_model/src/world_entities/bsp_entity.cc

    r8218 r8219  
    4242void BspEntity::setName(const std::string& name)
    4343{
    44   printf("+++++++++++ LOADING NAME %s\n", name.c_str());
     44  PRINTF(0)("+++++++++++ LOADING NAME %s\n", name.c_str());
    4545
    4646  this->bspManager->load(name.c_str(), 0.1f);
     
    5555void BspEntity::init()
    5656{
    57   this->bspManager = new BspManager();
     57  this->bspManager = new BspManager(this);
    5858  this->setClassID(CL_BSP_ENTITY, "BspEntity");
    5959
Note: See TracChangeset for help on using the changeset viewer.