From dad369dfe29cdae3617c30934038a434ecaf5595 Mon Sep 17 00:00:00 2001 From: hzqst <113660872@qq.com> Date: Wed, 9 Oct 2024 17:45:08 +0800 Subject: [PATCH] rename stricmp to strcasecmp for linux --- fallguys/physics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fallguys/physics.cpp b/fallguys/physics.cpp index eece60d..c12a046 100644 --- a/fallguys/physics.cpp +++ b/fallguys/physics.cpp @@ -942,7 +942,7 @@ std::shared_ptr CPhysicsManager::LoadIndexArrayFromResource(c const auto extension = V_GetFileExtension(resourcePath.c_str()); - if (0 == stricmp(extension, "obj")) + if (0 == strcasecmp(extension, "obj")) { //really needis shit ??? }