- Timestamp:
- Apr 17, 2006, 1:03:03 AM (19 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/sound/ogg_player.cc
r7311 r7313 18 18 Thanks a lot for the nice work, and the easy portability to our Project. 19 19 */ 20 21 #define DEBUG_SPECIAL_MODULE DEBUG_MODULE_SOUND 20 22 21 23 #include <iostream> -
trunk/src/story_entities/game_world.cc
r7312 r7313 274 274 this->display (); 275 275 276 /// TODO REMOVE THIS CRAP277 if (this->dataTank->music)278 {279 /* if (this->cycle%100 == 0)280 {281 printf("Cycle %d ", this->cycle);282 this->dataTank->music->printState();283 }284 if (this->cycle %10)285 this->dataTank->music->jumpTo((float)this->cycle*(float)rand()/(float)RAND_MAX);286 if (this->cycle % 4 == 0)287 this->dataTank->music->pause();288 if (this->cycle % 5 == 0)289 this->dataTank->music->play();290 if (this->cycle % 11 == 0)291 this->dataTank->music->stop(); */292 }293 276 } 294 277
Note: See TracChangeset
for help on using the changeset viewer.