mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: similar to other config saving functions, print when vfs.cfg is being saved
This commit is contained in:
@@ -132,6 +132,8 @@ void FS_SaveVFSConfig( void )
|
||||
return;
|
||||
}
|
||||
|
||||
Con_Printf( "%s()\n", __func__ );
|
||||
|
||||
f = FS_Open( "vfs.cfg.new", "w", true );
|
||||
if( !f )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user