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/audio/_AudioObject.cc

    r513 r560  
    3030#include <string>
    3131#include "AudioObject.h"
     32#include "../orxonox/core/Debug.h"
    3233
    3334namespace audio
     
    7475
    7576                SetListenerValues();
    76                 std::cout << "Play sone ambient background sound";
     77                COUT(3) << "Info: Play sone ambient background sound";
    7778        }
    7879
Note: See TracChangeset for help on using the changeset viewer.