mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
filesystem: fix folder exists check in RoDir
This commit is contained in:
@@ -1705,7 +1705,8 @@ qboolean FS_InitStdio( qboolean unused_set_to_true, const char *rootdir, const c
|
||||
|
||||
for( i = 0; i < dirs.numstrings; i++ )
|
||||
{
|
||||
if( !FS_SysFolderExists( dirs.strings[i] ))
|
||||
Q_snprintf( buf, sizeof( buf ), "%s/%s", fs_rodir, dirs.strings[i] );
|
||||
if( !FS_SysFolderExists( buf ))
|
||||
continue;
|
||||
|
||||
if( FI.games[FI.numgames] == NULL )
|
||||
|
||||
Reference in New Issue
Block a user