Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

fix targettingturret

File:
1 edited

Legend:

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

    r6760 r7070  
    9595  this->target->setRange(1000);
    9696  this->target->setAngle(M_PI_4);
     97  this->lockedTarget = this->target;
     98
    9799  this->lockedTime = 0;
    98100  this->neededLockTime = 2;
     
    101103
    102104
    103   this->setActionSound(WA_SHOOT, "sound/shot1.wav");
     105  this->setActionSound(WA_SHOOT, "sound/explosions/explosion_3.wav");
    104106  this->setActionSound(WA_ACTIVATE, "sound/voices/rockets.wav");
    105107  this->setActionSound(WA_RELOAD, "sound/vocals/reload.wav");
Note: See TracChangeset for help on using the changeset viewer.