Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 30, 2015, 11:07:34 PM (8 years ago)
Author:
gania
Message:

fixed pointers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/AI_HS15/src/orxonox/controllers/WingmanController.h

    r10722 r10725  
    5757
    5858        protected:
     59            WeakPtr<CommonController> myLeader_;
    5960
    6061            virtual void action(); //<! action() is called in regular intervals managing the bot's behaviour ~ setting targets.
     
    6566        private:
    6667            //const float ACTION_INTERVAL;
    67            
    68             WeakPtr<Pawn> target_;
     68            void keepSectionTick();
     69
    6970            //LeaderController* leader_;
    7071
Note: See TracChangeset for help on using the changeset viewer.