Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5408 in orxonox.OLD


Ignore:
Timestamp:
Oct 20, 2005, 6:59:49 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: compiling on Linux again

File:
1 edited

Legend:

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

    r5407 r5408  
    289289  const char* deviceList = (const char*)alcGetString(NULL,ALC_DEVICE_SPECIFIER);
    290290  const char* devWalk = deviceList;
    291   if (alcIsExtensionPresent(NULL, (ALCchar*)"ALC_ENUMERATION_EXT") == AL_TRUE) { // try out enumeration extension
     291  if (alcIsExtensionPresent(NULL, (const ALCubyte*)"ALC_ENUMERATION_EXT") == AL_TRUE) { // try out enumeration extension
    292292    PRINTF(3)("Enumeration-extension found\n");
    293293
Note: See TracChangeset for help on using the changeset viewer.