Changeset 3810 in orxonox.OLD for orxonox/trunk/src/world_entities
- Timestamp:
- Apr 13, 2005, 10:38:39 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/weapon.cc
r3752 r3810 38 38 { 39 39 parent->addChild(this, PNODE_ALL); 40 this->setRelCoor( coordinate);41 this->setRelDir( direction);40 this->setRelCoor(*coordinate); 41 this->setRelDir(*direction); 42 42 WorldInterface* wi = WorldInterface::getInstance(); 43 43 this->worldEntities = wi->getEntityList();
Note: See TracChangeset
for help on using the changeset viewer.