Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 16, 2007, 10:19:03 PM (16 years ago)
Author:
bknecht
Message:

suggestion for solution of WinMain problem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/graphicsEngine.cc

    r473 r546  
    113113      for (i = settings->begin(); i != settings->end(); ++i)
    114114      {
    115         typeName = i->first;
    116         archName = i->second;
     115        typeName = i->first; // for instance "FileSystem" or "Zip"
     116        archName = i->second; // name (and location) of archive
    117117
    118118        ResourceGroupManager::getSingleton().addResourceLocation(
    119119                                           String(dataPath + archName),
    120             typeName, secName);
     120                                           typeName, secName);
    121121      }
    122122    }
Note: See TracChangeset for help on using the changeset viewer.