Changeset 7218 in orxonox.OLD for branches/std/src/lib/util/loading/resource_manager.cc
- Timestamp:
- Mar 12, 2006, 3:00:04 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/std/src/lib/util/loading/resource_manager.cc
r7210 r7218 849 849 { 850 850 std::string homeDir; 851 std::string newName = name.substr(1 , name.size()-1);851 std::string newName = name.substr(1); 852 852 #ifdef __WIN32__ 853 853 homeDir = getenv("USERPROFILE");
Note: See TracChangeset
for help on using the changeset viewer.