Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4762 in orxonox.OLD for orxonox/trunk/src/world_entities


Ignore:
Timestamp:
Jul 2, 2005, 1:34:42 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: PhysicsInterface should now make a usefull cast: PhysicsInterface→BaseObject→PNode()

Location:
orxonox/trunk/src/world_entities
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/player.cc

    r4597 r4762  
    4141   \param isFree if the player is free
    4242*/
    43 Player::Player() : WorldEntity(), PhysicsInterface(this)
     43Player::Player()
    4444{
    4545  /*
     
    8888   \todo add more parameters to load
    8989*/
    90 Player::Player(const TiXmlElement* root) : WorldEntity(root), PhysicsInterface(this)
     90Player::Player(const TiXmlElement* root) : WorldEntity(root)
    9191{
    9292  this->setClassID(CL_PLAYER, "Player");
  • orxonox/trunk/src/world_entities/test_entity.cc

    r4724 r4762  
    2727
    2828
    29 TestEntity::TestEntity () : WorldEntity(), PhysicsInterface(this)
     29TestEntity::TestEntity ()
    3030{
    3131  this->setClassID(CL_TEST_ENTITY, "TestEntity");
Note: See TracChangeset for help on using the changeset viewer.