Changeset 6857 in orxonox.OLD for trunk/src/lib/sound
- Timestamp:
- Jan 30, 2006, 4:18:48 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/sound/sound_engine.cc
r6856 r6857 292 292 293 293 // INITIALIZING THE DEVICE: 294 unsigned char deviceName[] = 294 #ifndef AL_VERSION_1_1 295 unsigned 296 #endif 297 char deviceName[] = 295 298 #ifdef __WIN32__ 296 299 "Direct3D"; … … 303 306 printf("%p\n", this->device); 304 307 305 printf("Audio-Specifier: %s\n", (const char*)alcGetString(this->device, ALC_DEVICE_SPECIFIER));306 printf("Audio-Extensions: %s\n", (const char*)alcGetString(this->device, ALC_EXTENSIONS));308 PRINTF(4)("Audio-Specifier: %s\n", (const char*)alcGetString(this->device, ALC_DEVICE_SPECIFIER)); 309 PRINTF(4)("Audio-Extensions: %s\n", (const char*)alcGetString(this->device, ALC_EXTENSIONS)); 307 310 308 311
Note: See TracChangeset
for help on using the changeset viewer.