Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


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()

File:
1 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");
Note: See TracChangeset for help on using the changeset viewer.