Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9869 in orxonox.OLD for trunk/src/story_entities/campaign_data.cc


Ignore:
Timestamp:
Oct 3, 2006, 12:19:30 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the new_class_id branche back to the trunk.
merged with command:
svn merge https://svn.orxonox.net/orxonox/branches/new_class_id trunk -r9683:HEAD
no conflicts… puh..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/campaign_data.cc

    r9406 r9869  
    1818
    1919#include "util/loading/factory.h"
    20 #include "util/loading/load_param.h"
     20#include "util/loading/load_param_xml.h"
    2121
    2222#include "story_entity.h"
    2323
     24#include "debug.h"
    2425
    2526
    2627
     28ObjectListDefinition(CampaignData);
    2729
    2830/**
     
    3133CampaignData::CampaignData(const TiXmlElement* root)
    3234{
    33   this->setClassID(CL_CAMPAIGN_DATA, "CampaignData");
     35  this->registerObject(this, CampaignData::_objectList);
    3436
    3537  this->currentEntity = NULL;
Note: See TracChangeset for help on using the changeset viewer.