Changeset 4979 in orxonox.OLD for orxonox/trunk/src/world_entities/weapons/test_gun.cc
- Timestamp:
- Aug 10, 2005, 4:47:23 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/weapons/test_gun.cc
r4974 r4979 33 33 #include "animation3d.h" 34 34 #include "sound_engine.h" 35 36 #include "null_parent.h" 35 37 36 38 #include "fast_factory.h" … … 175 177 Projectile* pj = dynamic_cast<Projectile*>(this->getProjectileFactory()->resurrect()); 176 178 179 pj->setParent(NullParent::getInstance()); 177 180 /* 178 181 PNode* target = this->getWeaponManager()->getFixedTarget();
Note: See TracChangeset
for help on using the changeset viewer.