Skip to content

Commit

Permalink
more helpful error message
Browse files Browse the repository at this point in the history
Can’t find your pak0.pk3? Here’s where we tried looking.
  • Loading branch information
NuclearMonster committed Aug 28, 2015
1 parent f4aa39a commit 4667210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/qcommon/files.c
Expand Up @@ -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);
Expand Down

0 comments on commit 4667210

Please sign in to comment.