more helpful error message

Can’t find your pak0.pk3? Here’s where we tried looking.
This commit is contained in:
Zachary J. Slater 2015-08-28 10:36:46 -07:00
parent f4aa39adc1
commit 4667210e1d
1 changed files with 1 additions and 1 deletions

View File

@ -2743,7 +2743,7 @@ void FS_Path_f( void ) {
searchpath_t *s;
int i;
Com_Printf ("Current search path:\n");
Com_Printf ("We tried looking in the current search path:\n");
for (s = fs_searchpaths; s; s = s->next) {
if (s->pack) {
Com_Printf ("%s (%i files)\n", s->pack->pakFilename, s->pack->numfiles);