mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-02 22:11:22 +00:00
Fix 'maps' command not listing files in paks/pk3s.
This commit is contained in:
parent
b6df94c807
commit
d6a25b37bc
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ void ExtraMaps_Init (void)
|
|||
|
||||
for (search = com_searchpaths; search; search = search->next)
|
||||
{
|
||||
if (*search->filename) //directory
|
||||
if (!search->pack) //directory
|
||||
{
|
||||
#ifdef _WIN32
|
||||
q_snprintf (filestring, sizeof(filestring), "%s/maps/*.bsp", search->filename);
|
||||
|
|
Loading…
Reference in a new issue