1
0
mirror of synced 2025-02-22 13:09:57 +01:00

Fixed issue where controls reversed in championship mode

This commit is contained in:
Boomslangnz 2018-11-02 23:04:41 +13:00
parent 3ce0b25bd2
commit aed73987ab

View File

@ -37,7 +37,7 @@ static void InjectKeys()
*(BYTE *)(imageBase + 0x15B4679) = gas;
*(BYTE *)(imageBase + 0x15B467A) = brake;
DWORD track = *(DWORD *)(imageBase + 0x1228C78);
DWORD track = *(DWORD *)(imageBase + 0x011B0148);
if (track != 0)
{
BYTE track1 = *(BYTE *)(track + 0x4);