Changeset 9650 in orxonox.OLD for branches/proxy/src/world_entities/weapons
- Timestamp:
- Jul 31, 2006, 3:03:15 PM (19 years ago)
- Location:
- branches/proxy/src/world_entities/weapons
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/world_entities/weapons/laser_cannon.cc
r9235 r9650 121 121 return; 122 122 123 // make this to let the onKill(...) fuction get the stuff 124 pj->setOwner(this->getOwner()); 125 123 126 pj->setParent(PNode::getNullParent()); 124 127 -
branches/proxy/src/world_entities/weapons/test_gun.cc
r9002 r9650 177 177 if (pj == NULL) 178 178 return; 179 180 // set the owner 181 pj->setOwner(this->getOwner()); 179 182 180 183 pj->setParent(PNode::getNullParent());
Note: See TracChangeset
for help on using the changeset viewer.