Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5443 in orxonox.OLD for trunk/src/world_entities/weapons/test_gun.cc


Ignore:
Timestamp:
Oct 28, 2005, 9:44:57 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: heavy ParticleEmission from the Bullets

@patrick: i think, this is what you wanted me to do…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/weapons/test_gun.cc

    r5441 r5443  
    2929#include "factory.h"
    3030
    31 #include "state.h"
    3231#include "vector.h"
    3332#include "list.h"
     
    189188  pj->setAbsCoor(this->getEmissionPoint());
    190189  pj->setAbsDir(this->getAbsDir());
    191   State::getWorldEntityList()->add(pj);
     190  pj->activate();
    192191}
    193192
Note: See TracChangeset for help on using the changeset viewer.