Changeset 4884 in orxonox.OLD for orxonox/branches/weaponSystem/src/lib/sound/sound_engine.cc
- Timestamp:
- Jul 18, 2005, 3:26:03 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/weaponSystem/src/lib/sound/sound_engine.cc
r4883 r4884 138 138 alSourcei (this->sourceID, AL_BUFFER, buffer->getID()); 139 139 alSourcePlay(this->sourceID); 140 // printf("playing sound\n"); 140 141 if (unlikely(this->buffer != NULL)) 142 alSourcei (this->sourceID, AL_BUFFER, this->buffer->getID()); 141 143 } 142 144
Note: See TracChangeset
for help on using the changeset viewer.