Changeset 7206 in orxonox.OLD for branches/std/src/lib/util/loading/resource_manager.cc
- Timestamp:
- Mar 9, 2006, 10:12:18 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/std/src/lib/util/loading/resource_manager.cc
r7204 r7206 888 888 { 889 889 if (fileName.empty() || ResourceManager::getInstance()->getDataDir().empty()) 890 return NULL;890 return ""; 891 891 892 892 std::string retName = ResourceManager::getInstance()->getDataDir() +fileName; … … 894 894 return retName; 895 895 else 896 return NULL;896 return ""; 897 897 } 898 898
Note: See TracChangeset
for help on using the changeset viewer.