Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4637 in orxonox.OLD for orxonox/trunk/src/util/loading


Ignore:
Timestamp:
Jun 16, 2005, 1:31:24 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: particles_fun compiles again

File:
1 edited

Legend:

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

    r4625 r4637  
    3333{
    3434  this->setClassID(CL_LOAD_PARAM, "LoadParam");
     35
    3536  this->loadString = NULL;
    3637  this->pointerToParam = pointerToParam;
     
    216217  if (this->paramCount > 0)
    217218  {
    218       PRINT(3)(" (Default: ");
     219    PRINT(3)(" (Default: ");
    219220    for (int i = 0; i < this->paramCount; i++)
    220221    {
Note: See TracChangeset for help on using the changeset viewer.