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");