Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3629 in orxonox.OLD for orxonox/trunk/src/story_entities/campaign.cc


Ignore:
Timestamp:
Mar 22, 2005, 11:15:54 AM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: some changes in the storyentity framework: added a preLoad() function, since there is some stuff to be initialized before load(). written some comments to level loading doxygen stuff. now the worldinterface works

File:
1 edited

Legend:

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

    r3608 r3629  
    1818
    1919#include "campaign.h"
     20
     21#include "story_entity.h"
     22
    2023#include "world.h"
    2124#include "camera.h"
    22 //#include "story_entity.h"
     25
    2326#include "list.h"
    2427
     
    3134  this->isInit = false;
    3235}
     36
    3337
    3438Campaign::~Campaign () {}
     
    5963    {
    6064      se->displayLoadScreen();
     65      se->preLoad();
    6166      se->load();
    6267      se->init();
Note: See TracChangeset for help on using the changeset viewer.