Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Apr 16, 2006, 10:37:37 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: more compliant, less errors, this seems to be better…

File:
1 edited

Legend:

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

    r7306 r7307  
    281281        this->dataTank->music->printState();
    282282      }
    283       if (this->cycle == 500)
     283      if (this->cycle % 4 == 0)
    284284        this->dataTank->music->pause();
    285       if (this->cycle == 1000)
     285      if (this->cycle % 5 == 0)
    286286        this->dataTank->music->play();
    287       if (this->cycle == 1500)
     287      if (this->cycle % 11 == 0)
    288288        this->dataTank->music->stop();
    289       if (this->cycle == 2000)
    290         this->dataTank->music->play();
    291 
    292 
    293289    }
    294290  }
Note: See TracChangeset for help on using the changeset viewer.