Disabled SDL's key repeat, it caused some unwanted effects.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@713 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
gewlitys
2003-02-07 17:05:41 +00:00
parent 2d39393149
commit 9ed2fb6496
-1
View File
@@ -50,7 +50,6 @@ TFB_InitInput (int driver, int flags)
atexit (TFB_UninitInput); atexit (TFB_UninitInput);
SDL_EnableUNICODE(1); SDL_EnableUNICODE(1);
SDL_EnableKeyRepeat(SDL_DEFAULT_REPEAT_DELAY, SDL_DEFAULT_REPEAT_INTERVAL);
if ((SDL_InitSubSystem(SDL_INIT_JOYSTICK)) == -1) if ((SDL_InitSubSystem(SDL_INIT_JOYSTICK)) == -1)
{ {