1
0
mirror of synced 2024-11-15 07:17:35 +01:00

Fixed steering not working ingame anymore correctly Daytona3

This commit is contained in:
Boomslangnz 2018-11-02 23:49:03 +13:00
parent aed73987ab
commit 7c9b933780

View File

@ -41,7 +41,7 @@ static void InjectKeys()
if (track != 0)
{
BYTE track1 = *(BYTE *)(track + 0x4);
if (track1 != 0)
{
info(true, "%02X %02X", track1, gamestate);
if ((track1 == 2 || track1 == 4) && (gamestate == 0x16))