1
0
mirror of synced 2025-02-23 13:39:06 +01:00

Revert "Made window not always topmost"

This reverts commit 91b522daeb9af61b58137c9c20fef91859f04920.
This commit is contained in:
Aaron M 2019-11-17 13:23:24 +13:00
parent 91b522daeb
commit 5a443c359c

View File

@ -136,9 +136,6 @@ static InitFunction StarWarsEs3XFunc([]()
MH_CreateHookApi(L"hasp_windows_x64_100610.dll", "hasp_login", Hook_hasp_login, NULL);
MH_CreateHookApi(L"xinput1_3.dll", "XInputGetState", &XInputGetStateStarWars, NULL);
MH_EnableHook(MH_ALL_HOOKS);
// Window not topmost!
injector::WriteMemory<BYTE>(imageBase + 0x14F6238, 0x00, true);
if (ToBool(config["General"]["2D DomeFix"]))
{