mirror of
https://github.com/ioquake/ioq3.git
synced 2025-06-02 01:42:12 +00:00
Make buffers for device lists a bit longer. Just in case.
This commit is contained in:
parent
641256f7f0
commit
bce3848523
2 changed files with 3 additions and 3 deletions
|
@ -574,7 +574,7 @@ static void IN_InitJoystick( void )
|
|||
{
|
||||
int i = 0;
|
||||
int total = 0;
|
||||
char buf[MAX_STRING_CHARS] = "";
|
||||
char buf[16384] = "";
|
||||
|
||||
if (stick != NULL)
|
||||
SDL_JoystickClose(stick);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue