Changeset 9869 in orxonox.OLD for trunk/src/util/mission_goal.cc
- Timestamp:
- Oct 3, 2006, 12:19:30 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/mission_goal.cc
r9406 r9869 24 24 25 25 26 26 ObjectListDefinition(MissionGoal); 27 27 /** 28 28 * standard constructor … … 31 31 MissionGoal::MissionGoal (const TiXmlElement* root) 32 32 { 33 this->setClassID(CL_MISSION_GOAL, "MissionGoal");33 this->registerObject(this, MissionGoal::_objectList); 34 34 35 35 this->missionState = MS_PASSIVE;
Note: See TracChangeset
for help on using the changeset viewer.