Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 24, 2007, 1:30:29 AM (19 years ago)
Author:
patrick
Message:

merged branche data-fix back to trunk. this breaks compatibility with the old data/trunk data repository! be sure to update your data trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/space_ships/turbine_hover.cc

    r10114 r10317  
    167167  this->burstSystem->addEmitter(this->burstEmitter[1]);
    168168  this->burstSystem->setName("SpaceShip_Burst_System");
    169   ((SpriteParticles*)this->burstSystem)->setMaterialTexture("maps/radial-trans-noise.png");
     169  ((SpriteParticles*)this->burstSystem)->setMaterialTexture("textures/radial-trans-noise.png");
    170170  this->burstSystem->setLifeSpan(1.0, .3);
    171171  this->burstSystem->setRadius(0.0, 1.5);
Note: See TracChangeset for help on using the changeset viewer.