Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5300 in orxonox.OLD for trunk/src/world_entities/player.cc


Ignore:
Timestamp:
Oct 7, 2005, 1:59:44 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: even less debug-info

File:
1 edited

Legend:

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

    r5212 r5300  
    139139  this->setClassID(CL_PLAYER, "Player");
    140140
    141   PRINTF(1)("PLAYER INIT\n");
     141  PRINTF(4)("PLAYER INIT\n");
    142142  travelSpeed = 15.0;
    143143  bUp = bDown = bLeft = bRight = bAscend = bDescend = false;
Note: See TracChangeset for help on using the changeset viewer.