Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7070 in orxonox.OLD for trunk/src/world_entities/weapons/turret.cc


Ignore:
Timestamp:
Feb 7, 2006, 2:25:35 PM (19 years ago)
Author:
bensch
Message:

fix targettingturret

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/weapons/turret.cc

    r6920 r7070  
    4040{
    4141  this->init();
    42 
    43   this->setActionSound(WA_SHOOT, "sound/shot1.wav");
    44   this->setActionSound(WA_ACTIVATE, "sound/vocals/missiles.wav");
    45   this->setActionSound(WA_RELOAD, "sound/vocals/reload.wav");
    46 
    4742}
    4843
     
    9792  this->setEmissionPoint(1.684, 0.472, 0);
    9893  //this->getProjectileFactory()->prepare(100);
     94
     95  this->setActionSound(WA_SHOOT, "sound/explosions/explosion_3.wav");
     96  this->setActionSound(WA_ACTIVATE, "sound/vocals/missiles.wav");
     97  this->setActionSound(WA_RELOAD, "sound/vocals/reload.wav");
     98
    9999}
    100100
Note: See TracChangeset for help on using the changeset viewer.