Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9869 in orxonox.OLD for trunk/src/util/game_rules.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/util/game_rules.cc

    r9494 r9869  
    1717#include "game_rules.h"
    1818
    19 #include "util/loading/load_param.h"
     19#include "util/loading/load_param_xml.h"
    2020#include "util/loading/factory.h"
    2121
     
    2828
    2929
    30 
     30ObjectListDefinition(GameRules);
    3131
    3232/**
     
    3535GameRules::GameRules(const TiXmlElement* root)
    3636{
    37   this->setClassID(CL_GAME_RULES, "GameRules");
     37  this->registerObject(this, GameRules::_objectList);
    3838}
    3939
Note: See TracChangeset for help on using the changeset viewer.