Changeset 3591 in orxonox.OLD for orxonox/trunk/src/track_manager.cc
- Timestamp:
- Mar 17, 2005, 2:04:02 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/track_manager.cc
r3590 r3591 14 14 */ 15 15 16 #define DEBUG_SPECIAL_MODULE DEBUG_MODULE_TRACK MANAGER16 #define DEBUG_SPECIAL_MODULE DEBUG_MODULE_TRACK_MANAGER 17 17 18 18 #include "track_manager.h" … … 672 672 { 673 673 dt /= 1000; 674 printf("CurrentTrackID: %d, LocalTime is: %f, timestep is: %f\n", this->currentTrackElem->ID, this->localTime, dt);674 PRINTF(4)("CurrentTrackID: %d, LocalTime is: %f, timestep is: %f\n", this->currentTrackElem->ID, this->localTime, dt); 675 675 if (this->localTime <= this->firstTrackElem->duration) 676 676 this->jumpTo(this->localTime);
Note: See TracChangeset
for help on using the changeset viewer.