From 121b826b452ffe5f0d3aa5c1c2581f9988c674b8 Mon Sep 17 00:00:00 2001 From: Aaron M Date: Thu, 26 Nov 2020 17:38:41 +1300 Subject: [PATCH] Dirty drivin track fix last time --- OpenParrot/src/Functions/Games/Other/DirtyDrivin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenParrot/src/Functions/Games/Other/DirtyDrivin.cpp b/OpenParrot/src/Functions/Games/Other/DirtyDrivin.cpp index 687cd0c..0fd1472 100644 --- a/OpenParrot/src/Functions/Games/Other/DirtyDrivin.cpp +++ b/OpenParrot/src/Functions/Games/Other/DirtyDrivin.cpp @@ -155,7 +155,7 @@ DWORD WINAPI InputRT9(LPVOID lpParam) if (MenuHack) { - if ((button1pressed) || (MenuTimer == 0)) + if ((button1pressed) || (STARTpressed) || (MenuTimer == 0)) { MenuHackStopWriting = true; }