mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 15:22:20 +00:00
One small change
This commit is contained in:
parent
8efc32b826
commit
168647275c
1 changed files with 1 additions and 1 deletions
|
@ -6731,7 +6731,7 @@ static void M_SetupJoystickMenu(INT32 choice)
|
|||
INT32 n = I_NumJoys();
|
||||
(void)choice;
|
||||
|
||||
strncpy(joystickInfo[i], "None", 5);
|
||||
strcpy(joystickInfo[i], "None");
|
||||
|
||||
for (i = 1; i < 8; i++)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue