Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 7, 2008, 5:19:48 PM (16 years ago)
Author:
landauf
Message:

Super.h:

  • removed some commented lines
  • removed testfunction
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core3/src/orxonox/objects/SpaceShipAI.cc

    r1684 r1736  
    7878    void SpaceShipAI::XMLPort(Element& xmlelement, XMLPort::Mode mode)
    7979    {
    80 //        SpaceShip::XMLPort(xmlelement, mode);
    8180        SUPER(SpaceShipAI, XMLPort, xmlelement, mode);
    8281
     
    230229            this->doFire();
    231230
    232 //        SpaceShip::tick(dt);
    233231        SUPER(SpaceShipAI, tick, dt);
    234232    }
Note: See TracChangeset for help on using the changeset viewer.