Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 28, 2012, 12:00:53 AM (12 years ago)
Author:
landauf
Message:

added missing call to RegisterObject (it crashed on windows)
moved XMLPort from WaypointController to ArtificialController

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/controllers/ArtificialController.h

    r9016 r9252  
    4242            virtual ~ArtificialController();
    4343
     44            virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);
     45
    4446            void abandonTarget(Pawn* target);
    4547
     
    6264            void manageWaypoints();
    6365
    64            
     66
    6567
    6668        protected:
    67            
     69
    6870            void aimAtTarget();
    6971
Note: See TracChangeset for help on using the changeset viewer.