Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5416 in orxonox.OLD


Ignore:
Timestamp:
Oct 21, 2005, 10:14:46 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: removed senseless test, as it is not forward-compatible

File:
1 edited

Legend:

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

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