Changeset 5988 in orxonox.OLD for branches/powerups/src/lib/sound
- Timestamp:
- Dec 8, 2005, 10:39:31 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/powerups/src/lib/sound/sound_engine.cc
r5985 r5988 289 289 } 290 290 // INITIALIZING THE DEVICE: 291 AL CchardeviceName[] =291 ALubyte deviceName[] = 292 292 #ifdef __WIN32__ 293 293 "Direct3D"; … … 300 300 this->context = alcCreateContext(this->device, NULL); 301 301 302 alcMakeContextCurrent(this->context); 302 alcMakeContextCurrent(this->context); 303 303 304 304 if ((result = alGetError()) != AL_NO_ERROR)
Note: See TracChangeset
for help on using the changeset viewer.