mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-18 11:32:24 +00:00
Remove console messages for joynames
This commit is contained in:
parent
856f826afb
commit
8fd8fca5f7
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…
Add table
Reference in a new issue