X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsdl.c;h=c473b2652b4724b0176a2bef87b2605b97fe2e34;hp=f94193127f5eafb7cf5127d9bd00809c6ce6bc26;hb=835e565490c1502920280c77eed9bb65fa932164;hpb=819b52d40a92b8b83b13cf31185744d433b69e14 diff --git a/src/libgame/sdl.c b/src/libgame/sdl.c index f9419312..c473b265 100644 --- a/src/libgame/sdl.c +++ b/src/libgame/sdl.c @@ -2616,7 +2616,7 @@ void SDLClearJoystickState() } } -static boolean SDLOpenJoystick(int nr) +boolean SDLOpenJoystick(int nr) { if (nr < 0 || nr >= MAX_PLAYERS) return FALSE; @@ -2644,7 +2644,7 @@ static boolean SDLOpenJoystick(int nr) return (sdl_joystick[nr] != NULL); } -static void SDLCloseJoystick(int nr) +void SDLCloseJoystick(int nr) { if (nr < 0 || nr >= MAX_PLAYERS) return;