Changeset 9897 in orxonox.OLD for trunk/src/lib/script_engine
- Timestamp:
- Oct 20, 2006, 11:22:11 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/script_engine/script_class.cc
r9878 r9897 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.