Changeset 697 for code/branches/FICN/src/orxonox/core
- Timestamp:
- Dec 27, 2007, 5:06:55 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/core/OrxonoxClass.cc
r695 r697 38 38 OrxonoxClass::OrxonoxClass() 39 39 { 40 this->setConfigValues(); 41 40 42 this->identifier_ = 0; 41 43 this->parents_ = 0; … … 43 45 this->bActive_ = true; 44 46 this->bVisible_ = true; 45 46 this->setConfigValues();47 47 } 48 48
Note: See TracChangeset
for help on using the changeset viewer.