- Timestamp:
- Dec 14, 2005, 2:22:47 PM (19 years ago)
- Location:
- branches/network/src/lib/sound
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/lib/sound/sound_engine.cc
r6104 r6105 143 143 144 144 source = this->ALSources.top(); 145 printf("test: : %d\n", source);145 ////printf("test: : %d\n", source); 146 146 this->ALSources.pop(); 147 147 } … … 362 362 void SoundEngine::listDevices() 363 363 { 364 printf("%s\n",(const char*)alcGetString(NULL, ALC_DEVICE_SPECIFIER));364 //////printf("%s\n",(const char*)alcGetString(NULL, ALC_DEVICE_SPECIFIER)); 365 365 } 366 366 -
branches/network/src/lib/sound/sound_source.cc
r5930 r6105 69 69 SoundEngine::getInstance()->popALSource(this->sourceID); 70 70 71 printf("%d\n",sourceID);71 //printf("%d\n",sourceID); 72 72 alSourceStop(this->sourceID); 73 73 alSourcei (this->sourceID, AL_BUFFER, buffer->getID());
Note: See TracChangeset
for help on using the changeset viewer.