mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-29 16:24:16 +00:00
engine: filesystem: fix custom loader enabled by mistype
This commit is contained in:
parent
8d793521c4
commit
15ec6539e3
@ -3362,7 +3362,7 @@ dll_user_t *FS_FindLibrary( const char *dllname, qboolean directpath )
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
hInst->custom_loader = true;
|
hInst->custom_loader = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fs_ext_path = false; // always reset direct paths
|
fs_ext_path = false; // always reset direct paths
|
||||||
|
Loading…
x
Reference in New Issue
Block a user