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

Dirty drivin track fix last time

This commit is contained in:
Aaron M 2020-11-26 17:38:41 +13:00
parent 0bb0efe772
commit 121b826b45

View File

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