Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6987 in orxonox.OLD for trunk/src/world_entities/playable.cc


Ignore:
Timestamp:
Feb 2, 2006, 6:24:50 PM (18 years ago)
Author:
bensch
Message:

trunk: some minor fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/playable.cc

    r6986 r6987  
    162162  if (this->currentPlayer != NULL && player != NULL)
    163163  {
    164     printf("No Change in Playable\n");
    165164    return false;
    166165  }
     
    169168  if (this->currentPlayer != NULL && player == NULL)
    170169  {
    171     PRINTF(0)("Player gets ejected\n");
     170    PRINTF(4)("Player gets ejected\n");
    172171
    173172    // unsubscibe all events.
     
    192191  if (this->currentPlayer == NULL && player != NULL)
    193192  {
    194     PRINTF(0)("New Player gets inside\n");
     193    PRINTF(4)("New Player gets inside\n");
    195194    this->currentPlayer = player;
    196195    if (this->currentPlayer->getPlayable() != this)
     
    207206  }
    208207
    209   printf("none\n");
    210208  return false;
    211209}
Note: See TracChangeset for help on using the changeset viewer.