Scan fourth joystick axis, hope this doesn't break anything

This commit is contained in:
theoddone33
2002-10-02 06:00:57 +00:00
parent d503e34681
commit 5afe92de68

View File

@@ -306,7 +306,7 @@ int Main_Proc(void)
break; break;
case SDL_JOYAXISMOTION: case SDL_JOYAXISMOTION:
for (j = 0; j < 3; j++) for (j = 0; j < 4; j++)
{ {
if (event.jaxis.axis == j) if (event.jaxis.axis == j)
{ {