Changeset 5996 in orxonox.OLD for trunk/src/lib/sound
- Timestamp:
- Dec 9, 2005, 12:31:01 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/sound/sound_engine.cc
r5994 r5996 289 289 } 290 290 // INITIALIZING THE DEVICE: 291 291 292 #ifdef AL_VERSION_1_1 292 293 ALubyte deviceName[] = … … 294 295 ALCchar deviceName[] = 295 296 #endif 297 296 298 #ifdef __WIN32__ 297 299 "Direct3D"; … … 304 306 this->context = alcCreateContext(this->device, NULL); 305 307 306 alcMakeContextCurrent(this->context); 308 alcMakeContextCurrent(this->context); 307 309 308 310 if ((result = alGetError()) != AL_NO_ERROR)
Note: See TracChangeset
for help on using the changeset viewer.