From 374956c6679e8a98f9489cdd197ee8dc51b4da40 Mon Sep 17 00:00:00 2001 From: Poliwrath Date: Fri, 27 Aug 2021 14:15:06 -0400 Subject: [PATCH] - APM3: fix aleste files --- OpenParrot/src/Functions/Games/APM3/APM3.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenParrot/src/Functions/Games/APM3/APM3.cpp b/OpenParrot/src/Functions/Games/APM3/APM3.cpp index 13e8bf3..cf1eb52 100644 --- a/OpenParrot/src/Functions/Games/APM3/APM3.cpp +++ b/OpenParrot/src/Functions/Games/APM3/APM3.cpp @@ -388,9 +388,9 @@ DWORD_PTR CALLPLEB NetworkProperty_getAddressValue() return NetworkProperty_getAddressValueReturnValue; } -static char* gameDir = ".\\"; +static wchar_t* gameDir = L".\\"; -char *CALLPLEB System_getAppRootPath() +wchar_t *CALLPLEB System_getAppRootPath() { #ifdef _LOGAPM3 info(true, "System_getAppRootPath");