Skip to content

Commit

Permalink
blacklist: fix pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirteenAG committed Jul 16, 2024
1 parent c79af20 commit cecf092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/SplinterCellBlacklist.FusionMod/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ void Init()
});

//WindowStyle
pattern = hook::pattern("83 3D ? ? ? ? ? 8D 8E");
pattern = hook::pattern("83 3D ? ? ? ? ? 0F 85 ? ? ? ? A1 ? ? ? ? 3B 46 08");
static int* pWindowStyle = *pattern.get_first<int*>(2);

//Resolution
Expand Down

0 comments on commit cecf092

Please sign in to comment.