Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 31, 2005, 1:52:50 PM (20 years ago)
Author:
patrick
Message:

network: working on campaing and gameworld structure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/story_entities/campaign.cc

    r6368 r6370  
    122122    {
    123123      PRINTF(0)("Starting new StoryEntity Nr:%i\n", se->getStoryID());
    124       se->preLoad();
     124
     125      se->init();
     126
     127      //se->preLoad();
    125128      se->load();
    126       se->postLoad();
    127 
    128       se->init();
     129      //se->postLoad();
     130
     131
    129132      se->preStart();
    130133      se->start();
Note: See TracChangeset for help on using the changeset viewer.