mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 23:37:09 -05:00
*** empty log message ***
This commit is contained in:
parent
3169ca4c13
commit
551ac822f6
|
|
@ -578,7 +578,7 @@ int SDL_SYS_JoystickInit(void)
|
|||
|
||||
SDL_numjoysticks = 0;
|
||||
|
||||
if (!gpDeviceList)
|
||||
if (gpDeviceList)
|
||||
{
|
||||
SDL_SetError("Joystick: Device list already inited.");
|
||||
return -1;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user