Commit 97535fe2 authored by Vitaliy Margolen's avatar Vitaliy Margolen Committed by Alexandre Julliard

dinput: Fix typo.

parent 497714a0
......@@ -363,8 +363,8 @@ static HRESULT setup_dinput_options(JoystickImpl * device)
device->axis_map[tokens] = axis++;
else
{
device->axis_map[tokens ] = 8 + pov;
device->axis_map[tokens++] = 8 + pov++;
device->axis_map[tokens++] = 8 + pov;
device->axis_map[tokens ] = 8 + pov++;
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment