mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix compiler error
This commit is contained in:
parent
7419720f78
commit
a73b05d4b0
@ -9,7 +9,7 @@
|
||||
//---------------------------------------------------------------------------------
|
||||
void HCBaseFileSystem_Warning(void* thisptr, FileWarningLevel_t level, const char* fmt, ...)
|
||||
{
|
||||
if (fs_warning_level_native->GetInt() < (int)level)
|
||||
if (fs_warning_level_sdk->GetInt() < (int)level)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user