Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6281 in orxonox.OLD for trunk/src/world_entities/space_ships


Ignore:
Timestamp:
Dec 25, 2005, 4:07:53 PM (18 years ago)
Author:
bensch
Message:

trunk: make usage of the Virtual-derivates

Location:
trunk/src/world_entities/space_ships
Files:
2 edited

Legend:

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

    r6222 r6281  
    404404void Helicopter::draw() const
    405405{
    406   this->drawLODsafe();
     406  WorldEntity::draw();
    407407
    408408  this->getWeaponManager()->draw();
  • trunk/src/world_entities/space_ships/space_ship.cc

    r6243 r6281  
    115115  PRINTF(4)("SPACESHIP INIT\n");
    116116
    117   EventHandler::getInstance()->grabEvents(true);
     117  //EventHandler::getInstance()->grabEvents(true);
    118118
    119119  bUp = bDown = bLeft = bRight = bAscend = bDescend = bRollL = bRollR = false;
     
    264264void SpaceShip::draw () const
    265265{
    266   this->drawLODsafe();
    267 
     266  WorldEntity::draw();
    268267  this->getWeaponManager()->draw();
    269268
Note: See TracChangeset for help on using the changeset viewer.