1
0
mirror of synced 2025-01-19 15:48:40 +01:00

Added steering write to Road Fighters after error hack

Axis doesn't write values until someone moves axis so this stops it flying to left on startup if they havent moved axis
This commit is contained in:
Aaron M 2019-10-28 09:22:09 +13:00
parent 1e91209ed6
commit eeecf479e1

View File

@ -161,6 +161,7 @@ static int RunningThread(void *ptr)
if (timeroutofmenu != 0) if (timeroutofmenu != 0)
{ {
myHelpers->WriteIntPtr((INT_PTR)gl_hjgtDll + 0x7D2B24, 0x00, false); myHelpers->WriteIntPtr((INT_PTR)gl_hjgtDll + 0x7D2B24, 0x00, false);
myHelpers->WriteByte((INT_PTR)gl_hjgtDll + 0x7D2B39, 0x7F, false);
avoiderror = false; avoiderror = false;
} }
} }