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:
parent
1e91209ed6
commit
eeecf479e1
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user