mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-28 05:11:34 +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();
|
INT32 n = I_NumJoys();
|
||||||
(void)choice;
|
(void)choice;
|
||||||
|
|
||||||
strncpy(joystickInfo[i], "None", 5);
|
strcpy(joystickInfo[i], "None");
|
||||||
|
|
||||||
for (i = 1; i < 8; i++)
|
for (i = 1; i < 8; i++)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue