diff --git a/fallguys/meta_api.cpp b/fallguys/meta_api.cpp index 3c4327b..ba9e43d 100644 --- a/fallguys/meta_api.cpp +++ b/fallguys/meta_api.cpp @@ -55,7 +55,7 @@ #include "soundengine.h" #ifndef _WIN32//for debugging -#include +//#include #endif IMPORT_ASEXT_API_DEFINE(); @@ -721,7 +721,7 @@ C_DLLEXPORT int Meta_Attach(PLUG_LOADTIME /* now */, #ifndef _WIN32//for debugging - sleep(15); + //sleep(15); #endif LoadFMOD(); diff --git a/fallguys/signatures.h b/fallguys/signatures.h index 79df5de..abfb688 100644 --- a/fallguys/signatures.h +++ b/fallguys/signatures.h @@ -93,10 +93,10 @@ #define CLIENT_DLL_NAME "client.so" -#define CLIENT_DLL_PATH "cl_dlls\\client.so" +#define CLIENT_DLL_PATH "cl_dlls/client.so" #define FMOD_DLL_NAME "fmodex.so" -#define FMOD_DLL_PATH "%s\\cl_dlls\\libfmodex.so" +#define FMOD_DLL_PATH "%s/cl_dlls/libfmodex.so" #endif \ No newline at end of file diff --git a/fallguys/soundengine.cpp b/fallguys/soundengine.cpp index b1bb287..ce3f3cd 100644 --- a/fallguys/soundengine.cpp +++ b/fallguys/soundengine.cpp @@ -80,7 +80,7 @@ static bool LoadFMOD_Server() if (!g_FMOD_DllHandle) { - LOG_ERROR(PLID, "Failed to load fmodex dll! The SoundEngine API may not work."); + LOG_ERROR(PLID, "Failed to load fmodex dll from \"%s\"! The SoundEngine API may not work.", szDllPath); return false; }