mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
One small change
This commit is contained in:
parent
6d412950ec
commit
c31c80d216
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…
Add table
Reference in a new issue