mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
filesystem: add new export FS_GetFullDiskPath, similar to FS_GetDiskPath, but generates full path to the file, including searchpath
This commit is contained in:
@@ -511,7 +511,7 @@ public:
|
||||
|
||||
extern "C" void EXPORT *CreateInterface( const char *interface, int *retval )
|
||||
{
|
||||
if( !Q_strcmp( interface, "VFileSystem009" ))
|
||||
if( !Q_strcmp( interface, FILESYSTEM_INTERFACE_VERSION ))
|
||||
{
|
||||
if( retval )
|
||||
*retval = 0;
|
||||
|
||||
Reference in New Issue
Block a user