- Timestamp:
- Apr 13, 2006, 8:53:09 PM (19 years ago)
- Location:
- trunk/src/lib/sound
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/sound/sound_engine.cc
r7284 r7285 99 99 { 100 100 MultiType channels = Preferences::getInstance()->getString(CONFIG_SECTION_AUDIO, CONFIG_NAME_AUDIO_CHANNELS, "32"); 101 printf("==== THIS IS A TEST ");102 channels.debug();103 101 this->maxSourceCount = channels.getInt(); 104 102 -
trunk/src/lib/sound/sound_source.cc
r7284 r7285 77 77 alSourcei (this->sourceID, AL_BUFFER, this->buffer->getID()); 78 78 this->bPlay = true; 79 printf("%d\n", this->sourceID);80 81 79 } 82 80
Note: See TracChangeset
for help on using the changeset viewer.