Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 17, 2007, 3:20:46 AM (16 years ago)
Author:
landauf
Message:
  • changed output from std::cout to COUT(level)
  • added SoftDebugLevel config-variable (its a hack, but it works fine)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/spaceship_steering.cc

    r531 r560  
    2929#include "spaceship_steering.h"
    3030#include <iostream>
     31#include "core/Debug.h"
     32
    3133using namespace Ogre;
    3234
     
    3436maxSpeedRotateUpDown, float maxSpeedRotateRightLeft, float
    3537maxSpeedLoopRightLeft) {
    36        
    37         std::cout << "Steering was loaded" << std::endl;
     38
     39  COUT(3) << "Info: Steering was loaded" << std::endl;
    3840  moveForward_ = 0;
    3941  rotateUp_ = 0;
Note: See TracChangeset for help on using the changeset viewer.