From 7b94f1b4c6bb1f93b361fc31f8e452058e0f7646 Mon Sep 17 00:00:00 2001 From: Silent Date: Thu, 7 Sep 2017 22:36:51 +0200 Subject: [PATCH] Merge fix --- SilentPatch/TheFLAUtils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SilentPatch/TheFLAUtils.cpp b/SilentPatch/TheFLAUtils.cpp index 61015f9..81c7545 100644 --- a/SilentPatch/TheFLAUtils.cpp +++ b/SilentPatch/TheFLAUtils.cpp @@ -8,7 +8,7 @@ int32_t (*FLAUtils::GetExtendedID16Func)(const void* ptr) = FLAUtils::GetExtende void FLAUtils::Init() { - HMODULE hFLA = GetModuleHandle("$fastman92limitAdjuster.asi"); + HMODULE hFLA = GetModuleHandle(TEXT("$fastman92limitAdjuster.asi")); if ( hFLA != nullptr ) { auto function8 = reinterpret_cast(GetProcAddress( hFLA, "GetExtendedIDfrom8bitBefore" ));