Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

fixed pointers

File:
1 edited

Legend:

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

    r10722 r10725  
    5353                    return false;
    5454                }
    55             };
     55            }
     56
    5657            virtual bool hasWingman()
    5758            {
     
    6869
    6970        protected:
    70 
     71            void setDesiredPositionOfWingman();
     72            void keepDivisionTick();
    7173            //A division is the biggest block of spaceships.
    7274            //In division one section is leading, the other one always stays on the same position
     
    8385            Timer actionTimer_; //<! Regularly calls action().
    8486           
    85             Vector3* desiredRelativePosition_;
    8687
    8788    };
Note: See TracChangeset for help on using the changeset viewer.