Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3542 in orxonox.OLD for orxonox/branches/levelloader/src/orxonox.cc


Ignore:
Timestamp:
Mar 14, 2005, 9:58:58 AM (19 years ago)
Author:
chris
Message:

orxonox/branches/levelloader: First incarnation of a debugworld loaded from a XML-File in place, compilability in place, all necessary basic loading constuctors in place. Unfortunately the code still generates interferences with the old hardcoded debugworld resulting in SegFault crash.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/levelloader/src/orxonox.cc

    r3499 r3542  
    251251 
    252252  this->gameLoader = GameLoader::getInstance();
    253   this->gameLoader->loadDebugCampaign(DEBUG_CAMPAIGN_0);
     253  this->gameLoader->loadCampaign("../data/worlds/DefaultCampaign.oxc");
     254  //this->gameLoader->loadDebugCampaign(DEBUG_CAMPAIGN_0);
    254255  this->gameLoader->init();
    255256  this->gameLoader->start();
Note: See TracChangeset for help on using the changeset viewer.