Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7313 in orxonox.OLD


Ignore:
Timestamp:
Apr 17, 2006, 1:03:03 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: hunting ghosts… the Thread seems to work, and be safe…. now i think about many other cases, where the thread could corrupt… fixing.

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/sound/ogg_player.cc

    r7311 r7313  
    1818   Thanks a lot for the nice work, and the easy portability to our Project.
    1919*/
     20
     21#define DEBUG_SPECIAL_MODULE DEBUG_MODULE_SOUND
    2022
    2123#include <iostream>
  • trunk/src/story_entities/game_world.cc

    r7312 r7313  
    274274    this->display ();
    275275
    276     /// TODO REMOVE THIS CRAP
    277     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     }
    293276  }
    294277
Note: See TracChangeset for help on using the changeset viewer.