mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 14:52:00 +00:00
more helpful error message
Can’t find your pak0.pk3? Here’s where we tried looking.
This commit is contained in:
parent
f4aa39adc1
commit
4667210e1d
1 changed files with 1 additions and 1 deletions
|
@ -2743,7 +2743,7 @@ void FS_Path_f( void ) {
|
||||||
searchpath_t *s;
|
searchpath_t *s;
|
||||||
int i;
|
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) {
|
for (s = fs_searchpaths; s; s = s->next) {
|
||||||
if (s->pack) {
|
if (s->pack) {
|
||||||
Com_Printf ("%s (%i files)\n", s->pack->pakFilename, s->pack->numfiles);
|
Com_Printf ("%s (%i files)\n", s->pack->pakFilename, s->pack->numfiles);
|
||||||
|
|
Loading…
Reference in a new issue