Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5409 in orxonox.OLD


Ignore:
Timestamp:
Oct 20, 2005, 7:07:56 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: all working function

File:
1 edited

Legend:

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

    r5408 r5409  
    289289  const char* deviceList = (const char*)alcGetString(NULL,ALC_DEVICE_SPECIFIER);
    290290  const char* devWalk = deviceList;
    291   if (alcIsExtensionPresent(NULL, (const ALCubyte*)"ALC_ENUMERATION_EXT") == AL_TRUE) { // try out enumeration extension
     291#ifndef ALCchar
     292#define ALCchar ALCubyte
     293#endif
     294  if (alcIsExtensionPresent(NULL, (const ALCchar*)"ALC_ENUMERATION_EXT") == AL_TRUE) { // try out enumeration extension
    292295    PRINTF(3)("Enumeration-extension found\n");
    293296
Note: See TracChangeset for help on using the changeset viewer.