- Timestamp:
- Dec 21, 2005, 3:59:34 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/christmas_branche/src/world_entities/space_ships/helicopter.cc
r6162 r6213 95 95 96 96 this->getWeaponManager()->changeWeaponConfig(1); 97 dynamic_cast<Element2D*>(this->getWeaponManager()->getFixedTarget())->setVisibility( false); 97 98 } 98 99 … … 324 325 if(this->getAbsDirZ().y > 0.02) this->shiftDir(Quaternion(time/5, Vector(1,0,0))); 325 326 } 326 327 327 328 if( this->bRight /* > this->getRelCoor().z*2*/) 328 329 {
Note: See TracChangeset
for help on using the changeset viewer.