Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 21, 2008, 2:35:24 PM (16 years ago)
Author:
rgrieder
Message:
  • Dots on the Radar actually disappear now when a Ship gets destroyed…
  • svn save to keep History of HUDText when renaming AND moving
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/hud/src/orxonox/RadarViewable.cc

    r1613 r1614  
    5757        this->radarObjectDescription_ = str;
    5858    }
    59 
    60     /*void RadarViewable::unregisterFromRadar()
    61     {
    62         Radar* radar = Radar::getInstancePtr();
    63         if (radar)
    64             radar->unregisterObject(this);
    65         else
    66         {
    67             CCOUT(2) << "Attempting to unregister an object to the radar, but the radar is non existent." << std::endl;
    68         }
    69     }*/
    7059}
Note: See TracChangeset for help on using the changeset viewer.