Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 7, 2006, 5:02:18 PM (19 years ago)
Author:
bensch
Message:

Destroy Sounds

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/projectiles/guided_missile.cc

    r7081 r7086  
    3939  float modelSize = .3;
    4040  this->loadModel("models/projectiles/orx-rocket.obj", .3);
     41  this->loadExplosionSound("sound/explosions/explosion_4.wav");
     42
    4143
    4244  this->setMinEnergy(1);
     
    183185void GuidedMissile::destroy ()
    184186{
     187  Projectile::destroy();
    185188  PRINTF(5)("DESTROY GuidedMissile\n");
    186189  this->lifeCycle = .95; //!< @todo calculate this usefully.
Note: See TracChangeset for help on using the changeset viewer.