Changeset 9775 in orxonox.OLD for branches/new_class_id/src/lib/util/loading/load_param.cc
- Timestamp:
- Sep 20, 2006, 12:04:21 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/util/loading/load_param.cc
r9771 r9775 57 57 void LoadParamBase::setDescriptionValues(const ClassID& classID, unsigned int paramCount, const MultiType* const defaultValues, bool retVal) 58 58 { 59 LoadParamClassDescription::setValuesOf(classID, paramName, paramCount, defaultValues, retVal); 59 if(LoadParamClassDescription::createsDescriptions()) 60 LoadParamClassDescription::setValuesOf(classID, paramName, paramCount, defaultValues, retVal); 60 61 } 61 62
Note: See TracChangeset
for help on using the changeset viewer.