Removed unused array entry

This commit is contained in:
pagefault
2002-03-01 18:59:26 +00:00
parent 6136293f67
commit 587e21603f

View File

@@ -79,8 +79,8 @@ RECT rcWindow;
LPDIRECTINPUT8 DInput = NULL;
LPDIRECTINPUTDEVICE8 MouseInput = NULL;
LPDIRECTINPUTDEVICE8 KeyboardInput = NULL;
LPDIRECTINPUTDEVICE8 JoystickInput[5];
DIJOYSTATE js[5];
LPDIRECTINPUTDEVICE8 JoystickInput[4];
DIJOYSTATE js[4];
DWORD X1Disable[]={0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};
DWORD X2Disable[]={0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};