Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 2, 2006, 5:58:33 PM (18 years ago)
Author:
bensch
Message:

trunk: brainfuck: interface to Playable much bea now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/space_ships/helicopter.cc

    r6947 r6986  
    4848Helicopter::~Helicopter ()
    4949{
     50  this->setPlayer(NULL);
    5051}
    5152
     
    123124  this->cameraNode.setParentMode(PNODE_ALL);
    124125  this->cameraNode.setRelCoor(Vector(0,1,0));
    125  
     126
    126127  // rotors
    127128  this->topRotor.addNodeFlags(PNODE_PROHIBIT_DELETE_WITH_PARENT);
     
    141142  this->velocity = Vector(0.0,0.0,0.0);
    142143  this->velocityDir = Vector(1.0,0.0,0.0);
    143  
     144
    144145  // very, very old stuff
    145146  //  GLGuiButton* button = new GLGuiPushButton();
Note: See TracChangeset for help on using the changeset viewer.