Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5982 in orxonox.OLD for trunk/src/lib/sound/sound_engine.cc


Ignore:
Timestamp:
Dec 8, 2005, 12:22:53 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: Factory-Redesign on the wish of manuel

File:
1 edited

Legend:

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

    r5956 r5982  
    286286
    287287
    288   }
    289 
     288
     289  }
    290290  // INITIALIZING THE DEVICE:
    291 #ifdef AL_VERSION_1_1
     291#ifndef AL_VERSION_1_1
    292292  ALubyte deviceName[] =
    293293#else
     
    304304  this->context = alcCreateContext(this->device, NULL);
    305305
    306   alcMakeContextCurrent(this->context);
    307 
     306  alcMakeContextCurrent(this->context);
    308307
    309308  if ((result = alGetError()) != AL_NO_ERROR)
Note: See TracChangeset for help on using the changeset viewer.