Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3591 in orxonox.OLD for orxonox/trunk/src/lib/coord/p_node.cc


Ignore:
Timestamp:
Mar 17, 2005, 2:04:02 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: debug.h some cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/coord/p_node.cc

    r3590 r3591  
    1919
    2020#define DEBUG_SPECIAL_MODULE DEBUG_MODULE_PNODE
    21 
    2221
    2322#include "p_node.h"
     
    413412  PRINTF(2)("PNode::update - %s - (%f, %f, %f)\n", this->objectName, this->absCoordinate.x, this->absCoordinate.y, this->absCoordinate.z);
    414413  // printf("%s", this->objectName);
    415   printf("%d:", this->mode);
    416414  if(this->mode & PNODE_MOVEMENT )
    417415    {
Note: See TracChangeset for help on using the changeset viewer.