Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 29, 2008, 1:01:47 PM (16 years ago)
Author:
landauf
Message:

some spaceshipAI tweaks for network

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/orxonox/objects/SpaceShip.cc

    r1481 r1484  
    315315        XMLPortParamLoadOnly(SpaceShip, "rotDamp", setRotDamp, xmlelement, mode);
    316316        myShip_=true; // TODO: this is only a hack
     317
    317318        SpaceShip::create();
    318         getFocus();
     319        if (this->isExactlyA(Class(SpaceShip)))
     320            getFocus();
    319321    }
    320322
Note: See TracChangeset for help on using the changeset viewer.