Fixed really stupid POV hat bug
This commit is contained in:
@@ -2456,9 +2456,9 @@ void WinUpdateDevices()
|
||||
|
||||
if (!POVDisable[i])
|
||||
{
|
||||
for (int i2=0; i2<NumPOV[i]; i++)
|
||||
for (int p=0; p<NumPOV[i]; p++)
|
||||
{
|
||||
switch (js[i].rgdwPOV[i2])
|
||||
switch (js[i].rgdwPOV[p])
|
||||
{
|
||||
case 0:
|
||||
keys[0x100 + i * 32 + 3] = 1;
|
||||
|
||||
Reference in New Issue
Block a user