Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10709 in orxonox.OLD


Ignore:
Timestamp:
Jun 17, 2007, 12:43:04 PM (17 years ago)
Author:
rennerc
Message:

less debug output

Location:
branches/presentation/src/world_entities
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/world_entities/creatures/fps_player.cc

    r10708 r10709  
    365365  if( this->bFire)
    366366  {
    367     PRINTF(0)("FPSPLAYER FIRE %d\n", this->getOMListNumber() );
    368367    this->getWeaponManager().fire();
    369368  }
  • branches/presentation/src/world_entities/weapons/bsp_weapon.cc

    r10707 r10709  
    9898                if (bRate <= 0) {
    9999                        bRate += fireRate;
    100                         PRINTF(0)("BSPWEAPON SHOOT\n");
    101                         this->shoot();
     100                        this->shoot();
    102101                }
    103102                else {
     
    158157        aimingSystem->flushList();
    159158       
    160         PRINTF(0)("---------------------------------------groups: %d %d %d %d\n", this->getOMListNumber(), this->aimingSystem->getOMListNumber(), OM_GROUP_01, OM_GROUP_00);
    161 
    162         if ( target == NULL )
    163                 printf("NO TARGET\n");
    164         else
     159        if ( target != NULL )
    165160        {
    166161                if (!alwaysHits){
Note: See TracChangeset for help on using the changeset viewer.