Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10455 in orxonox.OLD for trunk/src/world_entities/mount_point.cc


Ignore:
Timestamp:
Jan 28, 2007, 7:01:41 PM (17 years ago)
Author:
patrick
Message:

scroller und debug

File:
1 edited

Legend:

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

    r10440 r10455  
    3636MountPoint::MountPoint (const Vector& up, const Vector& forward, const Vector& center, const std::string& name)
    3737{
    38   PRINTF(5)("Created mount point %s\n", name.c_str());
     38  PRINTF(0)("Created mount point %s\n", name.c_str());
    3939  this->registerObject(this, MountPoint::_objectList);
    4040
Note: See TracChangeset for help on using the changeset viewer.