Remove console messages for joynames

This commit is contained in:
mazmazz 2018-12-03 05:39:10 -05:00
parent 19d19543b7
commit d8e70c32e0
1 changed files with 0 additions and 4 deletions

View File

@ -6736,13 +6736,9 @@ static void M_SetupJoystickMenu(INT32 choice)
for (i = 1; i < 8; i++)
{
if (i <= n && (I_GetJoyName(i)) != NULL)
{
strncpy(joystickInfo[i], I_GetJoyName(i), 28);
CONS_Printf("%s\n", joystickInfo[i]);
}
else
strcpy(joystickInfo[i], joyNA);
CONS_Printf("%s\n", joystickInfo[i]);
}
M_SetupNextMenu(&OP_JoystickSetDef);