Changeset 9082 in orxonox.OLD for branches/presentation
- Timestamp:
 - Jul 4, 2006, 1:16:01 AM (19 years ago)
 - File:
 - 
          
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
branches/presentation/src/subprojects/framework.cc
r9068 r9082 34 34 LightManager::getInstance(); 35 35 36 std::string dataPath = //Preferences::getInstance()->getString(CONFIG_SECTION_ DATA, CONFIG_NAME_DATADIR, "");36 std::string dataPath = //Preferences::getInstance()->getString(CONFIG_SECTION_GENERAL, CONFIG_NAME_DATADIR, ""); 37 37 "/home/boenzlip/orxonox/data/trunk/"; 38 38 printf("%s\n", dataPath.c_str()); … … 52 52 ResourceManager::getInstance()->getDataDir().c_str(), 53 53 DEFAULT_CONFIG_FILE, 54 CONFIG_SECTION_ DATA,54 CONFIG_SECTION_GENERAL, 55 55 CONFIG_NAME_DATADIR); 56 56 exit(-1);  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






