Changeset 6370 in orxonox.OLD for branches/network/src/story_entities/campaign.cc
- Timestamp:
- Dec 31, 2005, 1:52:50 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/story_entities/campaign.cc
r6368 r6370 122 122 { 123 123 PRINTF(0)("Starting new StoryEntity Nr:%i\n", se->getStoryID()); 124 se->preLoad(); 124 125 se->init(); 126 127 //se->preLoad(); 125 128 se->load(); 126 se->postLoad();127 128 se->init(); 129 //se->postLoad(); 130 131 129 132 se->preStart(); 130 133 se->start();
Note: See TracChangeset
for help on using the changeset viewer.