Changeset 4259 in orxonox.OLD for orxonox/branches/levelLoader/src/util/loading
- Timestamp:
- May 22, 2005, 2:58:20 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/levelLoader/src/util/loading/load_param.cc
r4256 r4259 209 209 void LoadClassDescription::printAll(void) 210 210 { 211 PRINT(3)("============================================================== \n");212 PRINT(3)(" Listing all the Loadable Options (loaded since Game started .\n\n");211 PRINT(3)("===============================================================\n"); 212 PRINT(3)(" Listing all the Loadable Options (loaded since Game started).\n\n"); 213 213 tIterator<LoadClassDescription>* classIT = LoadClassDescription::classList->getIterator(); 214 214 LoadClassDescription* enumClassDesc = classIT->nextElement(); … … 229 229 } 230 230 delete classIT; 231 232 } 231 PRINT(3)("===============================================================\n"); 232 }
Note: See TracChangeset
for help on using the changeset viewer.