Changeset 6074 in orxonox.OLD for trunk/src/world_entities/weapons/turret.cc
- Timestamp:
- Dec 12, 2005, 11:34:02 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/turret.cc
r5994 r6074 22 22 #include "model.h" 23 23 24 #include "null_parent.h"25 24 #include "state.h" 26 25 #include "list.h" … … 139 138 140 139 141 pj->setParent( NullParent::getInstance());140 pj->setParent(PNode::getNullParent()); 142 141 pj->setAbsCoor(this->getEmissionPoint()); 143 142 pj->setAbsDir(this->getAbsDir());
Note: See TracChangeset
for help on using the changeset viewer.