Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8194 in orxonox.OLD for branches/network/src/world_entities


Ignore:
Timestamp:
Jun 7, 2006, 3:12:09 PM (18 years ago)
Author:
rennerc
Message:

printf on collision

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/world_entities/space_ships/space_ship.cc

    r7954 r8194  
    305305    }
    306306  }
    307 //  PRINTF(3)("collision %s vs %s @ (%f,%f,%f)\n", this->getClassName(), entity->getClassName(), location.x, location.y, location.z);
     307  PRINTF(3)("collision %s vs %s @ (%f,%f,%f)\n", this->getClassName(), entity->getClassName(), location.x, location.y, location.z);
    308308}
    309309
Note: See TracChangeset for help on using the changeset viewer.