Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7084 in orxonox.OLD for trunk/src/world_entities/projectiles/bomb.cc


Ignore:
Timestamp:
Feb 7, 2006, 4:51:27 PM (18 years ago)
Author:
bensch
Message:

HACK

File:
1 edited

Legend:

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

    r6825 r7084  
    7979  this->detonationMaterial = new Material();
    8080  this->detonationMaterial->setDiffuse(1, 0, 0);
     81
     82  this->loadExplosionSound("sound/explosions/explosion_7_far.wav");
    8183  //   this->detonationMaterial->setTransparency(.1);
    8284  /**
Note: See TracChangeset for help on using the changeset viewer.