Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 1, 2006, 5:10:54 PM (18 years ago)
Author:
bensch
Message:

merges some merges

File:
1 copied

Legend:

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

    r8083 r8087  
    1616#include "bsp_entity.h"
    1717#include "util/loading/resource_manager.h"
    18 using namespace std;
    1918
    2019CREATE_FACTORY(BSPEntity, CL_BSP_ENTITY);
     20
     21
    2122/**
    2223 * constructs and loads a BSPEntity from a XML-element
     
    4243{
    4344  printf("+++++++++++ LOADING NAME %s\n", name.c_str());
    44  
     45
    4546  this->bspManager->load(name.c_str(), 0.1f);
    4647}
     
    5859
    5960  this->toList(OM_ENVIRON);
    60  
     61
    6162  /**
    6263   * @todo: Write CL_BSP_ENTITY INTO THE src/defs/class_id.h (your own definition)
     
    7576  // all the clases this Entity is directly derived from must be called in this way, to load all settings.
    7677 // WorldEntity::loadParam(root);
    77  
     78
    7879  LoadParam(root, "Name", this, BSPEntity, setName)
    7980      .describe("Sets the of the BSP file.");
Note: See TracChangeset for help on using the changeset viewer.