Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7285 in orxonox.OLD


Ignore:
Timestamp:
Apr 13, 2006, 8:53:09 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: less output

Location:
trunk/src/lib/sound
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/sound/sound_engine.cc

    r7284 r7285  
    9999{
    100100  MultiType channels = Preferences::getInstance()->getString(CONFIG_SECTION_AUDIO, CONFIG_NAME_AUDIO_CHANNELS, "32");
    101   printf("==== THIS IS A TEST ");
    102   channels.debug();
    103101  this->maxSourceCount = channels.getInt();
    104102
  • trunk/src/lib/sound/sound_source.cc

    r7284 r7285  
    7777    alSourcei (this->sourceID, AL_BUFFER, this->buffer->getID());
    7878  this->bPlay = true;
    79   printf("%d\n", this->sourceID);
    80 
    8179}
    8280
Note: See TracChangeset for help on using the changeset viewer.