Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7290 in orxonox.OLD for trunk/src/story_entities


Ignore:
Timestamp:
Apr 14, 2006, 9:58:17 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: more debug

File:
1 edited

Legend:

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

    r7289 r7290  
    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)
     
    145145    if(gw->dataTank && gw->dataTank->music != NULL)
    146146      gw->dataTank->music->update();
    147     SDL_Delay(5);
    148   }
     147    SDL_Delay(1);
     148  }*/
    149149  printf("End the AudioThread\n");
    150150}
Note: See TracChangeset for help on using the changeset viewer.