Changeset 4637 in orxonox.OLD for orxonox/trunk/src/util/loading
- Timestamp:
- Jun 16, 2005, 1:31:24 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/util/loading/load_param.cc
r4625 r4637 33 33 { 34 34 this->setClassID(CL_LOAD_PARAM, "LoadParam"); 35 35 36 this->loadString = NULL; 36 37 this->pointerToParam = pointerToParam; … … 216 217 if (this->paramCount > 0) 217 218 { 218 219 PRINT(3)(" (Default: "); 219 220 for (int i = 0; i < this->paramCount; i++) 220 221 {
Note: See TracChangeset
for help on using the changeset viewer.