Win32: do not also assign down left to down right

This commit is contained in:
OV2 2016-10-12 21:50:13 +02:00
parent 9118cf0c68
commit 6f2fe7e52b
1 changed files with 1 additions and 0 deletions

View File

@ -7890,6 +7890,7 @@ switch(msg)
case IDC_DWNLEFT:
Joypad[index].Left_Down = wParam;
break;
case IDC_DWNRIGHT:
Joypad[index].Right_Down = wParam;