- Timestamp:
- Nov 25, 2005, 12:53:14 AM (19 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/coord/p_node.cc
r5770 r5772 85 85 * then deletes the Element. 86 86 */ 87 88 #include "class_list.h"89 87 PNode::~PNode () 90 88 { -
trunk/src/world_entities/weapons/guided_missile.cc
r5769 r5772 121 121 ParticleEngine::getInstance()->addConnection(this->emitter, GuidedMissile::trailParticles); 122 122 123 this->update (0);123 this->updateNode(0); 124 124 this->emitter->setEmissionRate(45.0); 125 125 this->emitter->setEmissionVelocity(0.0);
Note: See TracChangeset
for help on using the changeset viewer.