1
0
mirror of synced 2024-11-14 23:07:36 +01:00

Dirty Drivin last fix (again) lol

This commit is contained in:
Aaron M 2020-11-26 17:42:07 +13:00
parent 121b826b45
commit 4b84d30de0

View File

@ -155,7 +155,7 @@ DWORD WINAPI InputRT9(LPVOID lpParam)
if (MenuHack)
{
if ((button1pressed) || (STARTpressed) || (MenuTimer == 0))
if ((button1pressed) || (STARTpressed) || (MenuTimer == 0) || (*ffbOffset3 > 0x10))
{
MenuHackStopWriting = true;
}