Changeset 6986 in orxonox.OLD for trunk/src/world_entities/space_ships
- Timestamp:
- Feb 2, 2006, 5:58:33 PM (19 years ago)
- Location:
- trunk/src/world_entities/space_ships
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/space_ships/helicopter.cc
r6947 r6986 48 48 Helicopter::~Helicopter () 49 49 { 50 this->setPlayer(NULL); 50 51 } 51 52 … … 123 124 this->cameraNode.setParentMode(PNODE_ALL); 124 125 this->cameraNode.setRelCoor(Vector(0,1,0)); 125 126 126 127 // rotors 127 128 this->topRotor.addNodeFlags(PNODE_PROHIBIT_DELETE_WITH_PARENT); … … 141 142 this->velocity = Vector(0.0,0.0,0.0); 142 143 this->velocityDir = Vector(1.0,0.0,0.0); 143 144 144 145 // very, very old stuff 145 146 // GLGuiButton* button = new GLGuiPushButton(); -
trunk/src/world_entities/space_ships/hover.cc
r6882 r6986 39 39 */ 40 40 Hover::~Hover () 41 {} 41 { 42 this->setPlayer(NULL); 43 } 42 44 43 45 /** -
trunk/src/world_entities/space_ships/space_ship.cc
r6966 r6986 62 62 SpaceShip::~SpaceShip () 63 63 { 64 this->setPlayer(NULL); 64 65 } 65 66
Note: See TracChangeset
for help on using the changeset viewer.