mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-07 12:50:38 +08:00
filesystem: add new export to get fs_rootdir path
This commit is contained in:
@@ -435,9 +435,7 @@ public:
|
||||
|
||||
bool GetCurrentDirectory( char *p, int size ) override
|
||||
{
|
||||
Q_strncpy( p, fs_rootdir, size );
|
||||
|
||||
return true;
|
||||
return FS_GetRootDirectory( p, size );
|
||||
}
|
||||
|
||||
void PrintOpenedFiles() override
|
||||
|
||||
Reference in New Issue
Block a user