Changeset 3629 in orxonox.OLD for orxonox/trunk/src/story_entities/campaign.cc
- Timestamp:
- Mar 22, 2005, 11:15:54 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/campaign.cc
r3608 r3629 18 18 19 19 #include "campaign.h" 20 21 #include "story_entity.h" 22 20 23 #include "world.h" 21 24 #include "camera.h" 22 //#include "story_entity.h" 25 23 26 #include "list.h" 24 27 … … 31 34 this->isInit = false; 32 35 } 36 33 37 34 38 Campaign::~Campaign () {} … … 59 63 { 60 64 se->displayLoadScreen(); 65 se->preLoad(); 61 66 se->load(); 62 67 se->init();
Note: See TracChangeset
for help on using the changeset viewer.