Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3810 in orxonox.OLD for orxonox/trunk/src/world_entities/weapon.cc


Ignore:
Timestamp:
Apr 13, 2005, 10:38:39 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: changed pnode interface of setRelCoor and setRelDir

File:
1 edited

Legend:

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

    r3752 r3810  
    3838{
    3939  parent->addChild(this, PNODE_ALL);
    40   this->setRelCoor(coordinate);
    41   this->setRelDir(direction);
     40  this->setRelCoor(*coordinate);
     41  this->setRelDir(*direction);
    4242  WorldInterface* wi = WorldInterface::getInstance();
    4343  this->worldEntities = wi->getEntityList();
Note: See TracChangeset for help on using the changeset viewer.