mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-13 07:21:31 +00:00
And fix eg playdemo arg completion too.
This commit is contained in:
parent
d6a25b37bc
commit
3f6c3a9da5
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ void DemoList_Init (void)
|
||||||
|
|
||||||
for (search = com_searchpaths; search; search = search->next)
|
for (search = com_searchpaths; search; search = search->next)
|
||||||
{
|
{
|
||||||
if (*search->filename) //directory
|
if (!search->pack) //directory
|
||||||
{
|
{
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
q_snprintf (filestring, sizeof(filestring), "%s/*.dem", search->filename);
|
q_snprintf (filestring, sizeof(filestring), "%s/*.dem", search->filename);
|
||||||
|
|
Loading…
Reference in a new issue