Changeset 7290 in orxonox.OLD for trunk/src/story_entities
- Timestamp:
- Apr 14, 2006, 9:58:17 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/game_world.cc
r7289 r7290 136 136 int GameWorld::createAudioThread(void* gameWorld) 137 137 { 138 GameWorld* gw = (GameWorld*)gameWorld;138 /* GameWorld* gw = (GameWorld*)gameWorld; 139 139 printf("STARTIG AUDIO THREAD\n"); 140 140 if(gw->dataTank && gw->dataTank->music != NULL) … … 145 145 if(gw->dataTank && gw->dataTank->music != NULL) 146 146 gw->dataTank->music->update(); 147 SDL_Delay( 5);148 } 147 SDL_Delay(1); 148 }*/ 149 149 printf("End the AudioThread\n"); 150 150 }
Note: See TracChangeset
for help on using the changeset viewer.