Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 7, 2006, 1:13:58 PM (19 years ago)
Author:
bensch
Message:

powerups sounds when pickup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/power_ups/weapon_power_up.cc

    r6973 r7065  
    3131CREATE_FACTORY(WeaponPowerUp, CL_WEAPON_POWER_UP);
    3232
    33 WeaponPowerUp::WeaponPowerUp () : PowerUp(1.0, 1.0, 0.0)
    34 {
    35   this->init();
    36 }
    37 
    3833WeaponPowerUp::WeaponPowerUp(const TiXmlElement* root) : PowerUp(1.0, 1.0, 0.0)
    3934{
    4035  this->init();
     36  this->loadPickupSound("sound/powerups/whats this2.wav");
    4137  if( root != NULL)
    4238    this->loadParams(root);
Note: See TracChangeset for help on using the changeset viewer.