*** empty log message ***
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401500
This commit is contained in:
parent
2a752c3732
commit
a5db090e59
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue