mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-09-18 15:59:55 +02:00
Fix compiler error
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user