Changeset 5982 in orxonox.OLD for trunk/src/lib/sound
- Timestamp:
- Dec 8, 2005, 12:22:53 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/sound/sound_engine.cc
r5956 r5982 286 286 287 287 288 } 289 288 289 } 290 290 // INITIALIZING THE DEVICE: 291 #if def AL_VERSION_1_1291 #ifndef AL_VERSION_1_1 292 292 ALubyte deviceName[] = 293 293 #else … … 304 304 this->context = alcCreateContext(this->device, NULL); 305 305 306 alcMakeContextCurrent(this->context); 307 306 alcMakeContextCurrent(this->context); 308 307 309 308 if ((result = alGetError()) != AL_NO_ERROR)
Note: See TracChangeset
for help on using the changeset viewer.