Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4010 in orxonox.OLD for orxonox/trunk/src/orxonox.cc


Ignore:
Timestamp:
May 2, 2005, 3:14:57 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the levelloader from lltrunktemp to the trunk. Big thanks to fuzzy to make this so easy for us, and for implementing it in the first place.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/orxonox.cc

    r4009 r4010  
    3434#include "resource_manager.h"
    3535#include "text_engine.h"
     36#include "factory.h"
    3637
    3738#include <string.h>
     
    200201 
    201202  this->gameLoader = GameLoader::getInstance();
    202   this->gameLoader->loadDebugCampaign(DEBUG_CAMPAIGN_0);
     203  this->gameLoader->loadCampaign("../data/worlds/DefaultCampaign.oxc");
     204  //  this->gameLoader->loadDebugCampaign(DEBUG_CAMPAIGN_0);
    203205  this->gameLoader->init();
    204206  this->gameLoader->start();
     
    346348#include "player.h"
    347349#include "base_object.h"
     350
    348351#include <asm/msr.h>
    349352#include <linux/timex.h>
Note: See TracChangeset for help on using the changeset viewer.