Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9720 in orxonox.OLD


Ignore:
Timestamp:
Sep 2, 2006, 1:28:51 PM (18 years ago)
Author:
bensch
Message:

orxonox/new_class_id: found the bug in the scripts…
thanks to silvan to point this out to me

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/script_engine/script.cc

    r9715 r9720  
    155155     }
    156156
    157      BaseObject* object = ObjectListBase::getBaseObject(objectName, className);
     157     BaseObject* object = ObjectListBase::getBaseObject(className, objectName);
    158158    // printf(("%s is at %p \n",objectName.c_str(),object);
    159159     if (object != NULL && !objectIsAdded(objectName))
Note: See TracChangeset for help on using the changeset viewer.