Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 22, 2005, 2:58:20 AM (19 years ago)
Author:
bensch
Message:

orxonox/branches/levelLoader: nicer comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/levelLoader/src/util/loading/load_param.cc

    r4256 r4259  
    209209void LoadClassDescription::printAll(void)
    210210{
    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");
    213213  tIterator<LoadClassDescription>* classIT = LoadClassDescription::classList->getIterator();
    214214  LoadClassDescription* enumClassDesc = classIT->nextElement();
     
    229229    }
    230230  delete classIT;
    231 
    232 }
     231  PRINT(3)("===============================================================\n");
     232}
Note: See TracChangeset for help on using the changeset viewer.