Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9863 in orxonox.OLD for branches/new_class_id/src/util


Ignore:
Timestamp:
Oct 2, 2006, 4:53:38 PM (18 years ago)
Author:
bensch
Message:

less debug output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/util/hud.cc

    r9715 r9863  
    185185  if (State::getPlayer() && State::getPlayer()->getPlayable() && State::getObjectManager())
    186186  {
    187     printf("UPDATING RADAR\n");
     187    PRINTF(4)("UPDATING RADAR\n");
    188188    this->_radar->setCenterNode(State::getPlayer()->getPlayable());
    189189    this->_radar->addEntityList(&State::getObjectManager()->getEntityList((OM_LIST)(State::getPlayer()->getPlayable()->getOMListNumber()+1)), Color(.4, .4, 1.0));
Note: See TracChangeset for help on using the changeset viewer.