Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6462 in orxonox.OLD


Ignore:
Timestamp:
Jan 10, 2006, 2:20:37 AM (18 years ago)
Author:
patrick
Message:

network: work flush

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/story_entities/multi_player_world_data.cc

    r6460 r6462  
    191191    std::list<BaseObject*>::const_iterator entity;
    192192    for (entity = playableList->begin(); entity != playableList->end(); entity++)
     193    {
    193194      PRINTF(0)("Got a playable, class: %s, name: %s\n", (*entity)->getClassName(), (*entity)->getName());
     195    }
    194196
    195197
    196198    PNode* cam = State::getCameraTarget();
    197     PRINT(0)("Camera has target - class: %s, name: %s\n", cam->getClassName(), cam->getName());
     199    PRINT(0)("Camera has target - class: %s, name: %s, uid: %i\n", cam->getClassName(), cam->getName(), cam->getUniqueID());
    198200
    199201
Note: See TracChangeset for help on using the changeset viewer.