Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6987 in orxonox.OLD for trunk/src/world_entities/player.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/player.cc

    r6986 r6987  
    6161  if (this->playable != NULL)
    6262  {
    63     printf("Player gets ejected from Playable\n");
     63    PRINTF(4)("Player gets ejected from Playable\n");
    6464    this->hud.setEnergyWidget(NULL);
    6565    this->hud.setWeaponManager(NULL);
     
    7373  if (playable != NULL)
    7474  {
    75     printf("Enter new Playable\n");
     75    PRINTF(4)("Enter new Playable\n");
    7676      this->playable = playable;
    7777      this->hud.setEnergyWidget(this->playable->getHealthWidget());
     
    8282  }
    8383
    84   printf("no change\n");
    8584  return true;
    8685}
Note: See TracChangeset for help on using the changeset viewer.