mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Print the vpath name when dumping the paths.
This commit is contained in:
parent
098821e35d
commit
8bc2f7f6df
1 changed files with 1 additions and 0 deletions
|
@ -768,6 +768,7 @@ qfs_path_f (void)
|
|||
|
||||
Sys_Printf ("Current search path:\n");
|
||||
for (vp = qfs_vpaths; vp; vp = vp->next) {
|
||||
Sys_Printf ("%s\n", vp->name);
|
||||
for (sp = vp->user; sp; sp = sp->next) {
|
||||
qfs_path_print (sp);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue