mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-02 22:11:22 +00:00
This commit is contained in:
parent
d7ef1bf3dd
commit
4dc8db95ac
1 changed files with 1 additions and 1 deletions
|
@ -2088,7 +2088,7 @@ static int COM_FindFile (const char *filename, int *handle, FILE **file,
|
|||
{ /* if not a registered version, don't ever go beyond base */
|
||||
if ( strchr (filename, '/') || strchr (filename,'\\'))
|
||||
continue;
|
||||
if (q_strcasecmp(COM_FileGetExtension(filename), "dat")) //don't load custom progs.dats either
|
||||
if (!q_strcasecmp(COM_FileGetExtension(filename), "dat")) //don't load custom progs.dats either
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue