Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6857 in orxonox.OLD


Ignore:
Timestamp:
Jan 30, 2006, 4:18:48 AM (18 years ago)
Author:
bensch
Message:

trunk: test on tardis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/sound/sound_engine.cc

    r6856 r6857  
    292292
    293293  // INITIALIZING THE DEVICE:
    294   unsigned char deviceName[] =
     294#ifndef AL_VERSION_1_1
     295  unsigned
     296#endif
     297  char deviceName[] =
    295298  #ifdef __WIN32__
    296299        "Direct3D";
     
    303306  printf("%p\n", this->device);
    304307
    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));
    307310
    308311
Note: See TracChangeset for help on using the changeset viewer.