Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 14, 2005, 2:22:47 PM (20 years ago)
Author:
patrick
Message:

network: removed the sound debug output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/sound/sound_engine.cc

    r6104 r6105  
    143143
    144144      source = this->ALSources.top();
    145       printf("test: : %d\n", source);
     145      ////printf("test: : %d\n", source);
    146146      this->ALSources.pop();
    147147    }
     
    362362void SoundEngine::listDevices()
    363363{
    364   printf("%s\n",(const char*)alcGetString(NULL, ALC_DEVICE_SPECIFIER));
     364  //////printf("%s\n",(const char*)alcGetString(NULL, ALC_DEVICE_SPECIFIER));
    365365}
    366366
Note: See TracChangeset for help on using the changeset viewer.