We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c098da commit bed839dCopy full SHA for bed839d
code/components/gta-streaming-five/src/ScaleformHacks.cpp
@@ -337,7 +337,7 @@ static HookFunction hookFunction([]()
337
// SetupFreeways
338
auto location = hook::get_pattern<char>("74 3B E8 ? ? ? ? 33 C9 E8", 0x2C);
339
340
- g_backgroundOverlay3D = hook::get_address<decltype(g_backgroundOverlay3D)>(hook::get_call(location) + (xbr::IsGameBuildOrGreater<2372>() ? 0x18 : 0x1C));
+ g_backgroundOverlay3D = hook::get_address<decltype(g_backgroundOverlay3D)>(hook::get_call(location) + 0x18);
341
342
// SetupTerritories
343
location = hook::get_pattern<char>("74 3B E8 ? ? ? ? 33 C9 E8", 0x31);
0 commit comments