Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 21, 2007, 11:12:05 AM (16 years ago)
Author:
nicolasc
Message:
  • added initialisation of random generator
  • music starts at a random piece
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/Main.cc

    r622 r666  
    117117#endif
    118118    try {
     119      srand(time(0));  //initaialize RNG; TODO check if it works on win
    119120      SignalHandler::getInstance()->doCatch(argv[0], "orxonox.log");
    120121      Orxonox* orx = Orxonox::getSingleton();
Note: See TracChangeset for help on using the changeset viewer.