Changeset 7308 in orxonox.OLD for trunk/src/story_entities
- Timestamp:
- Apr 16, 2006, 11:08:25 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/game_world.cc
r7307 r7308 274 274 this->display (); 275 275 276 /// TODO REMOVE THIS CRAP 276 277 if (this->dataTank->music) 277 278 { 278 if (this->cycle%100 == 0)279 /* if (this->cycle%100 == 0) 279 280 { 280 281 printf("Cycle %d ", this->cycle); 281 282 this->dataTank->music->printState(); 282 283 } 284 if (this->cycle %10) 285 this->dataTank->music->jumpTo((float)this->cycle*(float)rand()/(float)RAND_MAX); 283 286 if (this->cycle % 4 == 0) 284 287 this->dataTank->music->pause(); … … 286 289 this->dataTank->music->play(); 287 290 if (this->cycle % 11 == 0) 288 this->dataTank->music->stop();291 this->dataTank->music->stop(); */ 289 292 } 290 293 }
Note: See TracChangeset
for help on using the changeset viewer.