Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9704 in orxonox.OLD for branches/new_class_id/src/util/game_rules.cc


Ignore:
Timestamp:
Aug 25, 2006, 12:22:50 PM (18 years ago)
Author:
bensch
Message:

adapted some game-rules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/util/game_rules.cc

    r9494 r9704  
    2828
    2929
    30 
     30NewObjectListDefinition(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.