Minor code cleanup

This commit is contained in:
pagefault
2001-06-19 04:10:04 +00:00
parent 43e5572e2c
commit f7cfe745e0

View File

@@ -2493,7 +2493,7 @@ void WinUpdateDevices()
}
if (NumBTN[i])
for (j = 0; j < NumBTN[i]; j++)
for (j=0; j<NumBTN[i]; j++)
if (js[i].rgbButtons[j]) keys[0x100+i*32+16+j]=1;
}
else