Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 8, 2005, 10:39:31 AM (18 years ago)
Author:
manuel
Message:

branch compiles again. factory problems solved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/powerups/src/lib/sound/sound_engine.cc

    r5985 r5988  
    289289  }
    290290  // INITIALIZING THE DEVICE:
    291   ALCchar deviceName[] =
     291  ALubyte deviceName[] =
    292292#ifdef __WIN32__
    293293      "Direct3D";
     
    300300  this->context = alcCreateContext(this->device, NULL);
    301301
    302   alcMakeContextCurrent(this->context); 
     302  alcMakeContextCurrent(this->context);
    303303
    304304  if ((result = alGetError()) != AL_NO_ERROR)
Note: See TracChangeset for help on using the changeset viewer.