Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Oct 3, 2006, 12:19:30 AM (19 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.cc

    r9406 r9869  
    2424
    2525#include "campaign_data.h"
     26#include "debug.h"
    2627
    2728
    2829
     30ObjectListDefinition(Campaign);
    2931
    3032/**
     
    3638Campaign::Campaign ( TiXmlElement* root)
    3739{
    38   this->setClassID(CL_CAMPAIGN, "Campaign");
     40  this->registerObject(this, Campaign::_objectList);
    3941
    4042  PRINTF(4)("Loading Campaign...\n");
Note: See TracChangeset for help on using the changeset viewer.