Skip to content

Commit 53b3f21

Browse files
committed
Fix Missing Bracket
1 parent dae06e2 commit 53b3f21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Solution/source/Memory/GTAmemory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1296,7 +1296,7 @@ void GTAmemory::Init()
12961296
_vehiclePoolAddress = reinterpret_cast<UINT64*>(*reinterpret_cast<int*>(address + 3) + address + 7);
12971297

12981298
if (!g_isEnhanced) {
1299-
if (GTAmemory::GetGameVersion() >= eGameVersion::VER_1_0_3788_0)
1299+
if (GTAmemory::GetGameVersion() >= eGameVersion::VER_1_0_3788_0) {
13001300
address = FindPattern("\x4C\x8B\x05\x00\x00\x00\x00\x41\x3B\x50\x00\x7D\x00\x49\x8B\x40", "xxx????xxx?x?xxx");
13011301
}
13021302
else {

0 commit comments

Comments
 (0)