Fix menu multiplayer breaking again

This commit is contained in:
Sally Coolatta 2021-12-28 09:02:46 -05:00 committed by GenericHeroGuy
parent a934e09b0c
commit a0348420f7

View file

@ -827,11 +827,6 @@ INT32 G_PlayerInputAnalog(UINT8 p, INT32 gc, boolean menu)
return 0;
}
if (p > splitscreen)
{
return 0;
}
deadzone = (JOYAXISRANGE * cv_deadzone[p].value) / FRACUNIT;
for (i = 0; i < MAXINPUTMAPPING; i++)