Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 28, 2008, 7:12:28 PM (16 years ago)
Author:
FelixSchulthess
Message:

using a std::set for the radar objects, which still has a the small problem, that the first radar object is selected twice when cycling through radar objects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/orxonox/hud/RadarObject.h

    r1454 r1456  
    5151        void resetColour();
    5252        Vector3 getPosition();
     53        Ogre::SceneNode* getNode();
    5354
    5455        bool right_;
     
    5657        Ogre::OverlayContainer* container_;
    5758        Ogre::PanelOverlayElement* panel_;              // the panel used to show the dot
    58         RadarObject* next;                      // next pointer of linked list
    5959
    6060        static int count;
Note: See TracChangeset for help on using the changeset viewer.