Changeset 5423 in orxonox.OLD for trunk/src/orxonox.cc
- Timestamp:
- Oct 22, 2005, 4:26:00 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/orxonox.cc
r5335 r5423 266 266 if (!ResourceManager::getInstance()->setDataDir(dataPath)) 267 267 { 268 PRINTF(1)("Data Could not be located\n"); 269 exit(-1); 268 PRINTF(1)("Data Could not be located in %s\n", dataPath); 270 269 } 271 270 }
Note: See TracChangeset
for help on using the changeset viewer.