Changeset 5422 in orxonox.OLD for trunk/src/util
- Timestamp:
- Oct 22, 2005, 4:17:51 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/resource_manager.cc
r5372 r5422 59 59 60 60 this->dataDir = NULL; 61 this->setDataDir("./ ");61 this->setDataDir("./data"); 62 62 this->imageDirs = new tList<char>; 63 63 this->resourceList = new tList<Resource>;
Note: See TracChangeset
for help on using the changeset viewer.