Changeset 3989 in orxonox.OLD for orxonox/branches/ll2trunktemp/src/orxonox.cc
- Timestamp:
- Apr 27, 2005, 1:21:26 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/ll2trunktemp/src/orxonox.cc
r3940 r3989 200 200 201 201 this->gameLoader = GameLoader::getInstance(); 202 this->gameLoader->loadDebugCampaign(DEBUG_CAMPAIGN_0); 202 this->gameLoader->loadCampaign("../data/worlds/DefaultCampaign.oxc"); 203 // this->gameLoader->loadDebugCampaign(DEBUG_CAMPAIGN_0); 203 204 this->gameLoader->init(); 204 205 this->gameLoader->start();
Note: See TracChangeset
for help on using the changeset viewer.