mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Fix double joystick init in sdl targets.
This commit is contained in:
parent
72c16b861b
commit
fce4b903eb
1 changed files with 0 additions and 2 deletions
|
@ -838,8 +838,6 @@ IN_LL_Ungrab_Input (void)
|
|||
void
|
||||
IN_LL_Init (void)
|
||||
{
|
||||
JOY_Init ();
|
||||
|
||||
/* Enable UNICODE translation for keyboard input */
|
||||
SDL_EnableUNICODE(1);
|
||||
|
||||
|
|
Loading…
Reference in a new issue