Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6213 in orxonox.OLD


Ignore:
Timestamp:
Dec 21, 2005, 3:59:34 AM (18 years ago)
Author:
bensch
Message:

cristmas: crosshair hide and Helicopter added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/christmas_branche/src/world_entities/space_ships/helicopter.cc

    r6162 r6213  
    9595
    9696  this->getWeaponManager()->changeWeaponConfig(1);
     97  dynamic_cast<Element2D*>(this->getWeaponManager()->getFixedTarget())->setVisibility( false);
    9798}
    9899
     
    324325         if(this->getAbsDirZ().y > 0.02) this->shiftDir(Quaternion(time/5, Vector(1,0,0)));
    325326   }
    326    
     327
    327328  if( this->bRight /* > this->getRelCoor().z*2*/)
    328329  {
Note: See TracChangeset for help on using the changeset viewer.