Changeset 5985 in orxonox.OLD for branches/powerups/src/lib/sound
- Timestamp:
- Dec 8, 2005, 1:10:27 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/powerups/src/lib/sound/sound_engine.cc
r5965 r5985 286 286 287 287 288 } 289 288 289 } 290 290 // INITIALIZING THE DEVICE: 291 291 ALCchar deviceName[] = … … 300 300 this->context = alcCreateContext(this->device, NULL); 301 301 302 alcMakeContextCurrent(this->context); 303 302 alcMakeContextCurrent(this->context); 304 303 305 304 if ((result = alGetError()) != AL_NO_ERROR)
Note: See TracChangeset
for help on using the changeset viewer.