Changeset 5346 in orxonox.OLD for trunk/src/util
- Timestamp:
- Oct 10, 2005, 1:17:11 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/resource_manager.cc
r5344 r5346 365 365 tmpResource->pointer = new Font(fullName, tmpResource->ttfSize); 366 366 else 367 PRINTF(2)(" Sorry, %s does not exist. Not loading Font\n", fullName);367 PRINTF(2)("%s does not exist in %s. Not loading Font\n", fileName, this->dataDir); 368 368 break; 369 369 #endif /* NO_TEXT */
Note: See TracChangeset
for help on using the changeset viewer.