Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 9, 2006, 4:20:36 PM (18 years ago)
Author:
bensch
Message:

script_engine: fixed the LoadParam-Bug that prevented loading of two Parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/script_engine/src/lib/util/loading/load_param.cc

    r7721 r8300  
    2929 */
    3030CLoadParam::CLoadParam(const TiXmlElement* root, const std::string& paramName, BaseObject* object, Executor* executor, bool inLoadCycle)
    31   :  paramName(paramName), object(object)
    32 {
    33   this->object = object;
     31  :  object(object), paramName(paramName)
     32{
    3433  this->inLoadCycle = inLoadCycle;
    3534
Note: See TracChangeset for help on using the changeset viewer.