Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 19, 2011, 4:16:25 PM (13 years ago)
Author:
mspaling
Message:

Names for RadarViewablese added for later use in HUD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/hud/src/modules/overlays/hud/HUDNavigation.cc

    r8858 r8896  
    192192                outOfView = pos.x < -1.0 || pos.x > 1.0 || pos.y < -1.0 || pos.y > 1.0;
    193193            // Get Distance to HumanController and save it in the TextAreaOverlayElement.
    194             it->second.text_->setCaption ( multi_cast<std::string> ( dist ) );
     194            //it->second.text_->setCaption ( multi_cast<std::string> ( dist ) );
     195                        it->second.text_->setCaption(it->first->getRVName());
    195196
    196197            if ( outOfView )
Note: See TracChangeset for help on using the changeset viewer.