Changeset 6076 in orxonox.OLD for trunk/src/lib
- Timestamp:
- Dec 13, 2005, 2:52:50 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/sound/sound_engine.cc
r6074 r6076 290 290 // INITIALIZING THE DEVICE: 291 291 292 #ifndef AL_VERSION_1_1 293 ALubyte deviceName[] = 294 #else 292 #ifdef AL_VERSION_1_1 295 293 ALCchar deviceName[] = 296 #endif297 294 298 295 #ifdef __WIN32__ … … 307 304 308 305 alcMakeContextCurrent(this->context); 306 #else 307 alutInit(0, NULL); 308 #endif 309 309 310 310 if ((result = alGetError()) != AL_NO_ERROR)
Note: See TracChangeset
for help on using the changeset viewer.