Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5769 in orxonox.OLD for trunk/src/world_entities/weapons/rocket.cc


Ignore:
Timestamp:
Nov 24, 2005, 11:18:39 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: sync

File:
1 edited

Legend:

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

    r5693 r5769  
    4646  this->energyMin = 1;
    4747  this->energyMax = 10;
    48   this->remove();
    4948  this->lifeSpan = 2;
    5049
     
    116115  ParticleEngine::getInstance()->addConnection(this->emitter, Rocket::trailParticles);
    117116
    118   this->update(0);
     117  this->updateNode(0);
    119118  this->emitter->setEmissionRate(45.0);
    120119  this->emitter->setEmissionVelocity(0.0);
Note: See TracChangeset for help on using the changeset viewer.