Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 13, 2005, 10:14:57 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: turret react as before again :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/weapons/turret.cc

    r5001 r5002  
    2020#include "test_bullet.h"
    2121
     22#include "null_parent.h"
    2223#include "state.h"
    2324#include "vector.h"
     
    143144    pj->setVelocity(target->getVelocity());
    144145
    145 
     146  pj->setParent(NullParent::getInstance());
    146147  pj->setAbsCoor(this->getEmissionPoint());
    147148  pj->setAbsDir(this->getAbsDir());
Note: See TracChangeset for help on using the changeset viewer.