Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7291 in orxonox.OLD for trunk/src/story_entities/game_world.cc


Ignore:
Timestamp:
Apr 14, 2006, 10:28:24 AM (18 years ago)
Author:
bensch
Message:

trunk: fixed a soundSource bug. The SoundSource did not release its alSource on Stop.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/game_world.cc

    r7290 r7291  
    136136int GameWorld::createAudioThread(void* gameWorld)
    137137{
    138 /*  GameWorld* gw = (GameWorld*)gameWorld;
     138  GameWorld* gw = (GameWorld*)gameWorld;
    139139  printf("STARTIG AUDIO THREAD\n");
    140140  if(gw->dataTank && gw->dataTank->music != NULL)
     
    146146      gw->dataTank->music->update();
    147147    SDL_Delay(1);
    148   }*/
     148  }
    149149  printf("End the AudioThread\n");
    150150}
Note: See TracChangeset for help on using the changeset viewer.