engine: fix typo, #488
This commit is contained in:
parent
86be161677
commit
94959110f6
1 changed files with 1 additions and 1 deletions
|
@ -876,7 +876,7 @@ qboolean Cmd_CheckMapsList_R( qboolean fRefresh, qboolean onlyingamedir )
|
||||||
if( Q_stricmp( COM_FileExtension( t->filenames[i] ), "bsp" ))
|
if( Q_stricmp( COM_FileExtension( t->filenames[i] ), "bsp" ))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if( use_filter && !Q_stristr( t->filenames[i], mpfilter ))
|
if( use_filter && Q_stristr( t->filenames[i], mpfilter ))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
f = FS_Open( t->filenames[i], "rb", onlyingamedir );
|
f = FS_Open( t->filenames[i], "rb", onlyingamedir );
|
||||||
|
|
Loading…
Add table
Reference in a new issue