Changeset 6242 in orxonox.OLD for branches/spaceshipcontrol/src/world_entities/space_ships
- Timestamp:
- Dec 21, 2005, 3:40:14 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/spaceshipcontrol/src/world_entities/space_ships/helicopter.cc
r6232 r6242 191 191 { 192 192 dynamic_cast<Element2D*>(this->getWeaponManager()->getFixedTarget())->setVisibility( true); 193 193 this->attachCamera(); 194 194 195 195 } … … 198 198 { 199 199 dynamic_cast<Element2D*>(this->getWeaponManager()->getFixedTarget())->setVisibility( false); 200 200 this->detachCamera(); 201 201 202 202 }
Note: See TracChangeset
for help on using the changeset viewer.