Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 27, 2007, 5:06:55 AM (16 years ago)
Author:
landauf
Message:

put all SetConfigValue macro calls into the setConfigValues function (this is needed to allow changes of the config values at runtime)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/core/OrxonoxClass.cc

    r695 r697  
    3838    OrxonoxClass::OrxonoxClass()
    3939    {
     40        this->setConfigValues();
     41
    4042        this->identifier_ = 0;
    4143        this->parents_ = 0;
     
    4345        this->bActive_ = true;
    4446        this->bVisible_ = true;
    45 
    46         this->setConfigValues();
    4747    }
    4848
Note: See TracChangeset for help on using the changeset viewer.