mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 09:11:48 +00:00
Remove console messages for joynames
This commit is contained in:
parent
19d19543b7
commit
d8e70c32e0
1 changed files with 0 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue