Changeset 9878 in orxonox.OLD for trunk/src/lib/script_engine
- Timestamp:
- Oct 3, 2006, 3:49:52 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/script_engine/script_class.cc
r9869 r9878 28 28 { 29 29 assert(scriptMethods != NULL); 30 this->registerObject(this, ScriptClass::_objectList);30 // this->registerObject(this, ScriptClass::_objectList); 31 31 32 32 this->_classID = classID;
Note: See TracChangeset
for help on using the changeset viewer.